In Oracle/PLSQL, the asin function returns the arc sine of a number.
Syntax
The syntax for the asin function is:
asin( number )
number is the number used to calculate the arc sine.
Applies To
For Example
| asin(0.2) | would return 0.201357920790331 |
| asin(0.35) | would return 0.35757110364551 |
| asin(-0.15) | would return -0.150568272776686 |