'exp()' Example : exp « Javascript Methods « JavaScript Reference

'exp()' Example

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

    
      
      

Related examples in the same category

1.'exp()' Syntax, Parameters and Note
2.'exp()' is applied to