這將返回10的自然對數大約是 2.302.
語法
1 Math.LN10例子:
1 2 3 4 5 6 7 8 9 10 11 <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>這將產生以下結果:
1 Property Value is : 2.302585092994046