@cr1901 @kenshirriff
I'd recommend getting the book "Digital Arithmetic" by Ercegovac et al. for a great chapter on high radix division/sqrt that goes through radix-2, radix-4 and radix-8 quotient digit selection table generation using P-D diagrams, fully worked with the quotient in both adder and carry-save form (slightly different tables).
@fatlimey @kenshirriff That will have to wait until I re-derive how to do square roots by hand again. For the 4th time.
Would be nice to commit it to memory and my ego refuses to look it up :D.