mathLib.atan() システム関数は、数値のアークタンジェント (逆正接) を戻します。
mathLib.atan(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.atan(myVar);