Y
Hacker News
new
|
ask
|
show
|
jobs
by
brucehoult
1102 days ago
JS doesn't even have integers. The only numeric type is double precision floating point. If you get to 2^53 then you start to lose LSBs -- that's a lower limit than integers wrapping on a 64 bit ISA (at 2^63 or 2^64).