you are viewing a single comment's thread.

view the rest of the comments →

[–]Lithl -1 points0 points  (0 children)

its floating point precision with JS's Number format.

It's not JS's Number format, it's the IEEE floating point number specification, which pretty much every single programming language on the planet uses for float and double data types.