log

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