The system function MathLib.cosh returns the hyperbolic cosine of a number.
MathLib.cosh(numericField mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.cosh(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib