ASin (arcsine)
ASin Function
Caculates the arcsine, that is, the angle whose sine is the number that is input as the argument. The arcsine is also knowsn as the inverse sine of a number. The function returns the arcsine angle in radians in the range -pi/2 to pi/2.
Syntax
ASin(scalar Number)
Arguments
| Argument | Description |
|---|---|
scalar Number | Number for which the arcsine is to be calculated |
Examples:
ASin(0.5)
Returns Inverse of sin(0.5) in radians.