• he/they

developer | occasional composer | unable to spell

You must log in to comment.

in reply to @boscillator's post:

i implemented square root from scratch recently and it was pretty fun! no way to compete with sqrt() on speed unfortunately since it typically compiles down to a single instruction (on x86 at least), but the algorithm itself and nailing the precision is neat!