←back to thread

688 points samwho | 2 comments | | HN request time: 0.031s | source
1. lenkite ◴[] No.45017693[source]
These large numbers in JS are bigger than Number.MAX_SAFE_INTEGER. They all loose considerable precision.
replies(1): >>45017765 #
2. 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.