This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | |
* Plain English: | |
* If disablePerOzCalc is TRUE, price = (metalWeight x metalSpot) + premium | |
* Otherwise, price = metalWeight x (metalSpot + premium) | |
* | |
* @param metalSpot | |
* @param premium | |
* @param metalWeight | |
* @param disablePerOzCalc |