ASIN Function
The ASIN function returns the arc sine of a numeric expression argument.
The following example returns the arc sine of the value
(-0.73) in radians:
SELECT ASIN(-0.73) FROM anglestbl;
The ASIN function returns the arc sine of a numeric expression argument.
SELECT ASIN(-0.73) FROM anglestbl;