Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

Exp() Example

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