Functions | |
unsigned long | lsqrt (unsigned long x) |
unsigned long long | lsqrt64 (unsigned long long x) |
|
Compute the square root of a number.
This function computes the square root of x using integer operations exclusively. It returns the integer that corresponds to This function operates on unsigned numbers and as such it always succeeds.
|
|
Compute the square root of a number.
This function computes the square root of x using integer operations exclusively. It returns the integer that corresponds to This function operates on unsigned numbers and as such it always succeeds.
|