acos

種類メソッド
書式 Math.acos(値)
解説
値のアークコサインを求めます。
サンプルコード
n = inputs[0] / 3;
outputs[0] = Math.acos(n);
実際のスクリプトをダウンロード