Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.14 asin

asin(x)

Returns the arc sine of numerical x, in radians. This function accepts complex arguments.

For ordinary (real) arguments, the arc sine is only defined for arguments between -1 and +1 (inclusive). Multiply by #rad to get degrees.

The arc sine function is defined for any complex argument.

Reverse: sin

See also: acos, atan, #rad, Trigonometry, Complex Functions