The system function MathLib.tanh returns the hyperbolic tangent of a number. The result is in the range of -1 to 1.
MathLib.tanh(numericField mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.tanh(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib