Created
September 16, 2020 05:07
-
-
Save jefflau/2911a0e8e4f57ccab2fe276d34099f50 to your computer and use it in GitHub Desktop.
Calculate pool value loss
This file contains hidden or 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
function calcPoolValueLoss(x){ | |
return Math.pow(x, 0.02)*((1)^0.98) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment