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

Computes the cosine of an angle.

The angle is specified in radians.

Examples

PRINT Cos(Pi)
<hr>-1

See also

Trigonometric Functions