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