←back to thread

688 points samwho | 1 comments | | HN request time: 0.227s | source
Show context
lenkite ◴[] No.45017693[source]
These large numbers in JS are bigger than Number.MAX_SAFE_INTEGER. They all loose considerable precision.
replies(1): >>45017765 #
1. samwho ◴[] No.45017765[source]
They do! Part of me wanted to go back and change the sum function to something else but in the end I figured it’s not important.