Cela renverra le logarithme base 2 de e, qui est d'environ 1,442.
Grammaire
Math.LOG2E
Exemple :
<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>
Cela produira les résultats suivants :
Property Value is : 1.4426950408889633