COSD

Top  Previous  Next

Syntax

DOUBLE = COSD(num as DOUBLE)

Description

Calculates the cosine of an angle.

Parameters

num - The angle in degrees to calculate the cosine.

Return value

The cosine of the angle num.

Remarks

See Also COS, FCOS, FCOSD

Example usage

PRINT COSD(45.0)