The value of the Logarithm to base 2 of E : LOG2E : Math JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Math » LOG2E »

 

The value of the Logarithm to base 2 of E

















<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>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Math
» LOG2E