JavaScript - Propriété Math LN10

La description

Il renvoie le logarithme népérien de 10 qui est d'environ 2,302.

Syntaxe

Sa syntaxe est la suivante -

Math.LN10

Exemple

Essayez l'exemple de programme suivant.

<html>
   <head>
      <title>JavaScript Math LN10 Property</title>
   </head>
   
   <body>     
      <script type = "text/javascript">
         var property_value = Math.LN10
         document.write("Property Value is : " + property_value); 
      </script>   
   </body>
</html>

Production

Property Value is : 2.302585092994046