asin
メソッド
Type method
Math.asin()
Format
Math.asin (value)
Commentary
のアークサインを求めます。
Takes the arc sine of value.
サンプルコード
Sample code
n = inputs[0] / 3;
n = inputs [0] / 3;
outputs[0] = Math.asin(n);
outputs [0] = Math.asin (n);
ダウンロード
Download
the actual script