Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Won't this lose precision as you near the limits of a double? Or is it using BigInt behind the scenes?
 help



It's just standard JS numbers (IEEE-754 doubles), not BigInt.

The distance is accumulated in millimeters, so even if someone somehow scrolled hundreds of kilometers we'd still be far below the 2^53 integer precision limit.

So precision loss shouldn't realistically happen.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: