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