Introduction - If you have any usage issues, please Google them yourself
Fixed point square root routine for any microcontroller (8/16/32 bit), faster than libc version.
Function calculates the integer square root for 32-bit number. Calculated as 16-bit integer part and 16-bit fractional part. Computation is performed for 32 iterations, and does not require multiplications or divisions (as opposed to Newton s method).