FCOSD

Top  Previous  Next

Syntax

FLOAT = FCOSD(num as FLOAT)

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

Uses FLOAT precisions for parameter and return for time critical applications

See Also COS, FCOS, COSD

Example usage

PRINT FCOSD(45.0)