Hacker News new | ask | show | jobs
by gengkev 2856 days ago
Won't this calculation overflow to +Infinity in JavaScript after a while? On the other hand, Python will try to compute the actual result using arbitrary precision integers, which is that's slower.