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