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