atan

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