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 September 6, 2024 22:21
PlatformGold price calculation formulas
/**
*
* 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