log
種 類
メソッド
書 式
Math.
log(値)
解 説
対数を返します。
コード
n = eval(prompt("Input Number",2));
alert("log("+n+")は"+Math.log(n)+"です");
■サンプルをダウンロードする
>>.zip