ASin

Value = ASin ( Number AS Float ) AS Float Value = Asn ( Number AS Float ) AS Float

Compute the arc-sine of a number.

Errors

Message Description
Mathematical error (19) Number is out of [ -1, 1 ] range.

Examples

Print ASin(0.5)
0.523598775598

Print Asn(-1)
-1.570796326795

See also