<< Previous | Next >> | |
|
Description
- Computes the arccosine of real
float
valuex
.
NOTE The Dynamic C functions deg and rad convert radians and degrees. Parameters
x
- Assumed to be between -1 and 1.
Return value
- Arccosine of the argument in radians.
Ifx
is out of bounds, the function returns0
and signals a domain error.Library
- MATH.LIB
See also
- cos, cosh, asin, atan
Dynamic C Functions | << Previous | Next >> | rabbit.com |