Cos

value = Cos ( angle )

Computes the cosine of an angle. The angle is specified in radians.

Example :

PRINT Cos(Pi)
=> -1


Referenced by :