cos

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