N JAVASCRIPT, MATH.EXP() I

n JavaScript, Math.exp() i

n JavaScript, Math.exp() i

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);
number: The exponent to which e is raised.

Report this page