The mathLib.cos() system function returns the cosine of a number as an angle expressed in radians.
mathLib.cos(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.cos(myVar);