Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

LN10 Example

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