Description: 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).
To Search:
File list (Check if you may need any files):
fixed-sqroot.c