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