Hacker News new | ask | show | jobs
by ernst_mulder 539 days ago
Thank you very much for this detailed article.

I never realised this is how floating point division can be implemented. Actually funny how I didn't realise that multiple integer division steps are required to implement floating point division :-)

In hindsight one could wonder why the unused parts of the lookup table were not filled with 2 and -2 in the first place.