sin

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