The mathLib.sin() system function returns the sine of a number whose value represents an angle that is expressed in radians.
mathLib.sin(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.sin(myVar);