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