mud/lib/doc/efun/floats/acos
2020-09-06 05:43:07 -07:00

15 lines
246 B
Plaintext

acos - return the arccosine of a float
float acos( float f );
This efun is available only if PACKAGE_MATH is compiled in to the driver.
Returns the arccosine of its argument, `f', measured in radians.
See also:
asin,
atan,
cos,
sin,
tan