15 lines
228 B
Plaintext
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
|