The mathLib.sinh() system function returns the hyperbolic sine of a number whose value represents an angle that is expressed in radians.
mathLib.sinh(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.sinh(myVar);