mathLib.cosh() システム関数は、数値の双曲線コサインをラジアンで表した角度として戻します。
mathLib.cosh(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.cosh(myVar);