The mathLib.cosh() system function returns the hyperbolic cosine of a number as an angle expressed in radians.
mathLib.cosh(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.cosh(myVar);