Description |
rArcSine() returns the arcsine of a number. The arcsine is the angle whose sine is "number". The returned angle is given in radians between -Pi/2 to +Pi/2. |
|
|
Syntax |
rArcSine(sine) |
|
|
Parameters |
sine The sine in radians (rSine()) of an angle. This value must be between -1 and 1. |
|
|
Return Value |
The arcsine in radians. |
|
|
Examples |
rArcSine(rSine(radians)) |
|
|
Comments |
This function expects a sine in radians. Passing a sine in degrees gives an incorrect result. |