Skip to content

Instantly share code, notes, and snippets.

@jasonsturges
Last active August 25, 2020 06:03
Show Gist options
  • Save jasonsturges/61a56c04269e86239baaed9f7e1c32c6 to your computer and use it in GitHub Desktop.
Save jasonsturges/61a56c04269e86239baaed9f7e1c32c6 to your computer and use it in GitHub Desktop.
Math.log10
Math.log10(n);
// Equivalent polyfill:
Math.log(n) * Math.LOG10E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment