入力数 n の逆コサインを度単位で返します。
acos ( n As Number ) As Number
Intent >acos(0.5) --> 60.0
Intent >acos(sqrt(3)/2) --> 30.0