syntax:functions:asin
Table of Contents
ASin(sine)
Category: Number function
Description
This function returns the arcsine - the angle, in radians1), whose sine is sine.
Arguments
Argument | Type | Description |
---|---|---|
cosine | Number (between -1 and 1) | The sine of an angle. |
Return value type: Number
Examples
asin(0.999) //Returns 1.526…
asin(0.7268) //Returns 0.784…
See also
1)
Conversion: radians = degrees * (Pi() / 180)
syntax/functions/asin.txt · Last modified: 2021/08/14 18:29 by craigt