atan

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