LOG10E thuộc tính của Math đối tượng đại diện cho giá trị logarit của cơ số 10.
Cú pháp
Cú pháp của nó như sau
Math.LOG10E
Ví dụ
<html> <head> <title>JavaScript Example</title> </head> <body> <script type="text/javascript"> var result = Math.LOG10E; document.write(result); </script> </body> </html>
Đầu ra
0.4342944819032518