n JavaScript, Math.exp() is a method that returns Euler's number
n JavaScript, Math.exp() is a method that returns Euler's number
Blog Article
https://docs.vultr.com/javascript/standard-library/Math/exp
n JavaScript, Math.exp() is a method that returns Euler's number (e ≈ 2.718) raised to the power of a given number.
javascript
Copy
Edit
Math.exp(number);