Skip to content

Instantly share code, notes, and snippets.

@jefflau
Created September 16, 2020 05:07
Show Gist options
  • Save jefflau/2911a0e8e4f57ccab2fe276d34099f50 to your computer and use it in GitHub Desktop.
Save jefflau/2911a0e8e4f57ccab2fe276d34099f50 to your computer and use it in GitHub Desktop.
Calculate pool value loss
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