Maison > Article > interface Web > Comment utiliser le logarithme naturel ln dans les connaissances JavaScript_Basic
Cela renverra le logarithme népérien de 10, soit environ 2,302.
Grammaire
Math.LN10
Exemple :
<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>
Cela produira les résultats suivants :
Property Value is : 2.302585092994046