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