acos
メソッド
Type method
Math.acos()
Format
Math.acos (value)
Commentary
。
Takes the arc cosine of value.
サンプルコード
Sample code
n = inputs[0] / 3;
n = inputs [0] / 3;
outputs[0] = Math.acos(n);
outputs [0] = Math.acos (n);
ダウンロード
Download
the actual script