<html>
<body>
<h1>JavaScript Math</h1>
<h2>The Math.LOG2E Property</h2>
<p>Math.LOG2E returns the base-2 logarithm of E:</p>
<p id="demo"></p>
<script>
document.getElementById("demo").innerHTML = Math.LOG2E;
</script>
</body>
<!-- Mirrored from www.w3schools.com/jsref/tryit.asp?filename=tryjsref_log2e by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 05 Sep 2022 15:18:27 GMT -->
</html>