arc sine function

The asin function is an inverse trigonometric function. The asin function returns the arc sine (inverse of sine) of the input expression.

Syntax:

double asin(n)

Semantics:

Example 1 - arc sine function

SELECT asin(n) FROM Archery
Value of n Output
1 1.5707963267948966
sqrt(3)/2 1.0471975511965976
0.5 0.5235987755982989
-1 -1.5707963267948966