This function returns the arcsine of x. The returned angle is in the range of 0.0 to pi. i.e. the angle value is in radians.
Bash
asin(number) #Output: Number
Check out acos() to calculate the arccosine of a given value.
📚 Use cases and examples
| Use case |
|---|
| No content found. |