Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions Introduction > Cos

Cos

Calculates the trigonometric cosine of an angle.

Syntax

Cos(Angle)

Angle:

Any angle (in radians).

Return Value

The cosine of Angle.

Related Functions

ArcCos

Example

Variable=Cos(0.7854);
! Sets Variable to 0.7071...

See Also

Math/Trigonometry Functions