+ 4
Please tell me where is the Euler number used in JavaScript?
5 Respostas
+ 1
Some mathematical models use e, these can be presented in a webform using JavaScript.
+ 5
Anna/Аня Go here for brief description.
The Math.E() is an inbuilt function in JavaScript which is used to get the value of e^p, where p is any given number.
The number e is a mathematical constant having an approximate value equal to 2.718.
https://www.google.com/amp/s/www.geeksforgeeks.org/javascript-math-e-function/amp/
+ 2
Anna/Аня without the property Math.E we cannot get Eular Number.
The E property returns the Euler's number and the base of natural logarithms, approximately 2.718.
You can check some more details here also
http://techfunda.com/howto/915/eulers-number-e
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/exp
+ 1
AJ Anant I mean a property without Math.E parameters, where can I apply it?
+ 1
AJ Anant Why do you need to use it? How can it come in handy in JavaScript?