tan

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