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