Function asinDeg( x )
- Description:
-
Arc sine.
The result is in the range of -90 through 90.
- Parameters:
-
x
(floating point)
- the value whose arc sine is to be returned.
- Return Value (floating point):
- the arc sine of the argument in degrees
- Signature:
double asinDeg(double)