Skip to content

Instantly share code, notes, and snippets.

@d9k
Last active November 18, 2015 14:25
Show Gist options
  • Save d9k/2564712c9882d6221639 to your computer and use it in GitHub Desktop.
Save d9k/2564712c9882d6221639 to your computer and use it in GitHub Desktop.
# run "bc -l" and then...
define fpow(a, b) { return e(b * l(a)); }
# example (calculate monthly percent by year percent): pow(1.08, 1/12)
# 1.00643403011000345482
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment