Returns the arc sine of a numeric value (integer or real).
// Retrieve the arc sine of 0.5
ArcSinRes = ArcSin(0.5)
// Returns 30
Syntax
<Result> = ArcSin(<Numeric value>)
<Result>: Real
Arc sine (angle of sine in degrees) of the specified numeric value, found in the [-90, 90] interval.
<Numeric value>: Integer or real
Numeric value (sine) to use. This value must be found in the [-1,1] interval. Otherwise, a WLanguage error occurs.