mathLib.acos() システム関数は、数値のアークコサイン (逆余弦) をラジアンで戻します。
mathLib.acos(numericVariable FLOAT in) returns (result FLOAT)
result = mathLib.acos(myVar);