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