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