![]() |
|
| << Previous | Next >> | |
| | |
unsigned int lsqrt( unsigned long x );
Description
- Computes the square root of
x. Note that the return value is an unsigned int. The fractional portion of the result is truncated.Parameters
- x
- long int input for square root computation
Return Value
- Square root of x (fractional portion truncated).
Library
- MATH.LIB
| Dynamic C Functions | << Previous | Next >> | rabbit.com |