Hacker News new | ask | show | jobs
by mistercow 4509 days ago
I'm also not sure isqrt counts as a new algorithm. It's just Newton's method with a bit hack to exploit the floating point format and extract a good starting point.