exp

メソッド Type method
Math.exp() Format Math.exp (value)
Commentary
eの累乗を返します。 Return the power of e.
サンプルコード Sample code
n = inputs[0] / 3; n = inputs [0] / 3;
outputs[0] = Math.exp(n); outputs [0] = Math.exp (n);