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