The value of the natural Logarithm of 2 : LN2 « Math « JavaScript Tutorial
- JavaScript Tutorial
- Math
- LN2
<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 natural Logarithm of 2 is: " + Math.LN2 + "</p>");
}
// -->
</script>
</head>
<body onload="DisplayMath()">
</body>
</html>
9.13.LN2 |
| 9.13.1. | Math.LN2 |
| 9.13.2. | The value of the natural Logarithm of 2 |