The value of the Logarithm to base 2 of E: Math.LOG2E : LOG2E « Math « JavaScript Tutorial






<html>
<head>
<title>The Properties of the Math object</title>
<script type="text/javascript" language="javascript">
<!-- //
function DisplayMath(){
    document.write("<br/><P>The value of the Logarithm to base 2 of E is: " + Math.LOG2E + "</p>");
}
// -->
</script>
</head>
<body onload="DisplayMath()">

</body>
</html>








9.16.LOG2E
9.16.1.Math.LOG2E
9.16.2.The value of the Logarithm to base 2 of E: Math.LOG2E