log
メソッド
Type method
Math.log()
Format
Math.log (value)
Commentary
対数を返します。
Logarithmic returns.
サンプルコード
Sample code
n = inputs[0] / 10;
n = inputs [0] / 10;
outputs[0] = Math.log(n);
outputs [0] = Math.log (n);
ダウンロード
Download
the actual script