Skip to content

Instantly share code, notes, and snippets.

View ajlozier's full-sized avatar

Aaron Lozier ajlozier

View GitHub Profile
@ajlozier
ajlozier / priceCalc.js
Last active June 7, 2024 15:55
PlatformGold price calculation formulas
/**
*
* Plain English:
* If disablePerOzCalc is TRUE, price = (metalWeight x metalSpot) + premium
* Othersise, price = metalWeight x (metalSpot + premium)
*
* @param metalSpot
* @param premium
* @param metalWeight
* @param disablePerOzCalc