Hacker News new | ask | show | jobs
by anewhnaccount 3443 days ago
All numbers in Javascript are IEEE 754 64-bit double precision floating point numbers. The significand precision is 53 bits (see here https://en.wikipedia.org/wiki/Double-precision_floating-poin...).
1 comments

Thanks for the clarifications.