Cos()
Syntax
Result.f = Cos(Angle.f)Description
Returns the Cosinus of the specified angle. Angle.f must be in radian, and the result will be between -1 and 1.
Example
Result.f = Cos(3.141593) ; Will return '-1'
Supported OS
Windows, Linux, MacOS X