Skip to content

ArcSin

ArcSin(expr)

returns the arc sine (inverse sine) of expr (measured in radians).

ArcSin(expr) will evaluate automatically in the cases Infinity, -Infinity, 0, 1, -1.

See:

Examples

>> ArcSin(0)
0
>> ArcSin(1)
Pi/2

Implementation status

  • ✅ - full supported

Github