log

種類メソッド
書式 Math.log(値)
解説
対数を返します。
サンプルコード
function sampleCode()
{
txtField.data = Math.log(3);
}
sampleCode();
実際のスクリプトをダウンロード