Home / lang / cos 
Cos
Syntax
Value = Cos ( Angle AS Float ) AS Float

Computes the cosine of an angle.

The angle is specified in radians.

Example
PRINT Cos(Pi)

-1


See also
Trigonometric Functions