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