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

15 lines
228 B
Plaintext

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