| asin | Function (ROM Call 0xF6*) |
| math.h, timath.h |
| float asin (float x); |
Floating point arc sine.
asin returns the arc sine of floating point argument x. The result is
always in radians.
Note: If the argument is not in range from -1 to 1, asin will return
NAN.