Class asin

All Implemented Interfaces:
ArithFunction, Serializable

public class asin extends DefaultArithFunction

Function: math.asin(N): encapsulates java Math.asin(N), returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.

See Also: