asin({n})
Returns the arcsine value of radians value {n}. {n} can be any real number in the range of -1 <= {n} <= 1. If null is passed as an argument, sin() returns null.
asin({n}) takes the following syntax.
This example takes the arcsine of 35 degrees.
| asinValue |
|---|
| 0.60746 |