Arc Sine

Syntax


y = sin(x)

Description


Returns the arc sine of the passed argument, which may be an expression.  Argument should be in the range [-1.0, 1.0].  Returned value is in the range [-pi/2, pi/2].

Example


y = asin(-0.231)