Math.LOG10Eプロパティは、10を底とするEの対数を返す静的プロパティ。
構文
Math.LOG10E
戻り値
10を底とするEの対数。約0.4342944819032518。
サンプル
<script>
document.write( '<p>Math.LOG10E: ' + Math.LOG10E + '</p>' );
</script>
document.write( '<p>Math.LOG10E: ' + Math.LOG10E + '</p>' );
</script>
↓↓↓出力結果↓↓↓