fixsqrt
Fixed point square root.
Description
This finds out the non negative square root of `x'. If `x' is negative,
`errno' is set to EDOM and the function returns zero.
Related Projects
The following projects include source code containing this keyword: