Cos

Value = Cos ( Angle AS Float ) AS Float

Computes the cosine of an angle.

The angle is specified in radians.

Examples

PRINT Cos(Pi)
-1

See also