Cos

The Cos function returns the cosine of a specified number (angle).

Syntax :

Cos(number)
Parameters Description
number Required. A numeric expression that expresses an angle in radians.

Example :

dCos = (Cos(50.0) & "<br />")
dCos = (Cos(-50.0))
DEBUG(dCos)

Result

dCos
= 0.964966028492113
= 0.964966028492113