Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Exp() Example

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