tan

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