Asin()
Summary
Computes the arcsine of a value.
Syntax
rslt = Asin(real value)
| Argument | Contents |
|---|---|
| value | Any number between -1.0 and 1.0 |
Returns
A real number equal to the angle in radians whose sine is value.
See Also
| Function | Summary |
|---|---|
| Sin() | Computes the sine of an angle expressed in radians |
| Acos() | Computes the arc cosine of a value |
| Atan() | Computes the arctangent of a value |