The mathLib.tan() system function returns the tangent of a number whose value represents an angle expressed in radians.
mathLib.tan(numericField FLOAT in) returns (result FLOAT)
result = mathLib.tan(myVar);