JavaScript Reference/Javascript Properties/LN10

Материал из Web эксперт
Перейти к: навигация, поиск

"LN10" Example

   <source lang="javascript">
   

<html> <body> <button onclick="alert(Math.LN2);">Math.LN2</button> </body> </html>


     </source>
   
  


"LN10" is applied to

   <source lang="javascript">

+----------------+--------------------------------------------------------------+ | Applied_To |Math | +----------------+--------------------------------------------------------------+

     </source>
   
  


"LN10" Syntax and Note

   <source lang="javascript">

Note: Read-only property. Natural log for the number 10.

Syntax:

Math.LN10


     </source>