ASIN

Top  Previous  Next

Syntax

DOUBLE = ASIN(num as DOUBLE)

Description

Calculates the arcsine of a number.

Parameters

num - The number to calculate the arcsine.

Return value

The angle in radians of the arcsine of num.

Remarks

See Also: ASIND, FASIN, FASIND

Example usage

PRINT ASIN(SIN(.8543))