This function returns the arcsine of numbers n. The result is between -π/2 and π/2.
n
-π/2
π/2
asin::=
Number n must be in the interval [-1;1].
[-1;1]
SELECT ASIN(1);