asin

Syntax: angle=asin(value)

Description: Returns the arc sine of the first operand.

Group: trigonometric

Note:

Example:

asin(1) = 1.5707963267948966asin(0) = 0

Also see: sin, asinh, cos, acos, acosh

Implemented in: LambdaASIN.java