Description
Calculates the cosine of an angle (in radians). The result will be between -1 and 1.
Syntax
cos(rad)
Parameters
rad: The angle in Radians (float).
Returns
The cos of the angle (double).
Calculates the cosine of an angle (in radians). The result will be between -1 and 1.
cos(rad)
rad: The angle in Radians (float).
The cos of the angle (double).