Dadurch wird der Logarithmus zur Basis 2 von e zurückgegeben, der ungefähr 1,442 beträgt.
Grammatik
Math.LOG2E
Beispiel:
<html> <head> <title>JavaScript Math LOG2E Property</title> </head> <body> <script type="text/javascript"> var property_value = Math.LOG2E document.write("Property Value is : " + property_value); </script> </body> </html>
Dies führt zu folgenden Ergebnissen:
Property Value is : 1.4426950408889633