asin
- arcsine function

Math functions


SYNTAX asin( x )
RETURNS NUMBER, ARRAY
FUNCTION Returns the arcsine of NUMBER or ARRAY. The asin function returns the arcsine of x in the range -pi/2 to pi/2 radians. If x is less than -1 or greater than 1, asin returns an indefinite
EXAMPLE
SEE ALSO SIN() function

References:

The asin function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.