ASIND

Top  Previous  Next

Syntax

DOUBLE = ASIND(num as DOUBLE)

Description

Calculates the arcsine of a number.

Parameters

num - The number to calculate the arcsine.

Return value

The angle in degrees of the arcsine of num.

Remarks

See Also: ASIN, FASIN, FASIND

Example usage

PRINT ASIND(SIND(45.0))