Calculates the arcsine of a number.
ASin ( expression )
| expression | Any value between -1 and 1 (inclusive). |
Local $x = ASin(0.5)
Local $pi = 3.14159265358979
Local $radToDeg = 180 / $pi
Local $y = ASin(1) * $radToDeg ;arcsine of 1 returns 90°