JavaScript - Propriété Math LOG10E

La description

Il renvoie le logarithme en base 10 de E qui est d'environ 0,434.

Syntaxe

Sa syntaxe est la suivante -

Math.LOG10E

Exemple

Essayez l'exemple de programme suivant.

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

Production

Property Value is : 0.4342944819032518