JavaScript - Propriété Math LN2

La description

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

Syntaxe

Sa syntaxe est la suivante -

Math.LN2

Exemple

Essayez l'exemple de programme suivant.

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

Production

Property Value is : 0.6931471805599453