COS

Top  Previous  Next

Syntax

DOUBLE = COS(num as DOUBLE)

Description

Calculates the cosine of an angle.

Parameters

num - The angle in radians to calculate the cosine.

Return value

The cosine of the angle num.

Remarks

See Also COSD, FCOS, FCOSD

Example usage

PRINT COS(1.112)