exp

種類メソッド
書式 Math.exp(値)
解説
eの累乗を返します。
サンプルコード
n = inputs[0] / 3;
outputs[0] = Math.exp(n);
実際のスクリプトをダウンロード