COS

COS


CONVERT Index Level COUNT
Syntax COS( num.expression )
Category BASIC
Type Function
Description calculates the trigonometric cosine of an angle of a specified numeric expression in the range 0 to 360 degrees.

Values that are less than 0 or greater than 360 are adjusted using the integer division function: mod(angle, 360).
Options
See Also SIN num.expression TAN functions statements & functions
Example
Warnings
Compatibility D3 7.0 AP R83
CONVERT Index Level COUNT