ACOSD

Top  Previous  Next

Syntax

DOUBLE = ACOSD(num as DOUBLE)

Description

Calculates the Arccosine of an number.

Parameters

num - The number to calculate the arccosine of.

Return value

The angle in degrees.

Remarks

See also ACOS, FACOS, FACOSD

Example usage

PRINT ACOSD(COSD(60))