Skip to content

Instantly share code, notes, and snippets.

@justxor
Created June 1, 2022 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justxor/df4602cd823518b355e9732225759f42 to your computer and use it in GitHub Desktop.
Save justxor/df4602cd823518b355e9732225759f42 to your computer and use it in GitHub Desktop.
Math.fround(0); // 0
Math.fround(1); // 1
Math.fround(1.337); // 1.3370000123977661
Math.fround(1.5); // 1.5
Math.fround(NaN); // NaN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment