Hacker News new | ask | show | jobs
by yonatan8070 770 days ago
There are techniques for arbitrary precision math (lookup BigNum), I assume they're used there for some of the things
1 comments

That would probably be infeasibly slow.

There is a whole field of CS that deals with minimizing error when doing floating point math. They just probably use decent algorithms/encoding.