Cela renverra la valeur de E en base 10, qui est d'environ 0,434.
Grammaire
Math.LOG10E
Exemple :
<html> <head> <title>JavaScript Math LOG10E Property</title> </head> <body> <script type="text/javascript"> var property_value = Math.LOG10E document.write("Property Value is : " + property_value); </script> </body> </html>
Cela produira les résultats suivants :
Property Value is : 0.4342944819032518