入力された数値 n の逆正弦を度単位で返します。
asin ( n As Number ) As Number
Intent >asin(sqrt(3)/2) --> 60.0
Intent >asin(0.5) --> 30.0