cos

メソッド Type method
Math.cos() Format Math.cos (value)
Commentary
のコサインを求めます。 Takes the cosine of the value.
サンプルコード Sample code
n = inputs[0] / 3; n = inputs [0] / 3;
outputs[0] = Math.cos(n); outputs [0] = Math.cos (n);