Cos()
Syntax
Result.f = Cos(Angle.f)Description
Returns the cosine of the specified angle. Angle.f must be in radians, and the result will be between -1 and 1.Example:
Debug Cos(3.141593) ; will display '-1'The inverse function of Cos() is ACos().
Supported OS
All