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