Skip to content

Instantly share code, notes, and snippets.

@elhoyos
Created August 5, 2014 16:22
Show Gist options
  • Save elhoyos/b2d850c3462d0ab691a9 to your computer and use it in GitHub Desktop.
Save elhoyos/b2d850c3462d0ab691a9 to your computer and use it in GitHub Desktop.
Truncate to two decimal points (javascript)
Math.floor(number * 100) / 100;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment