Math.expm1()
Term side of the Card
Topic: Math
Unit title: Math.expm1()
Categories: Method
Explanation side of the Card
Explanation: The static method that returns `e` (Euler's number), approximately 2.718, raised to the power of a given number minus one. It's useful for computing values close to zero more accurately than `Math.exp(x) - 1`.
Browser compatibility:
- The chrome browser supports this feature starting from version 38
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 25
- The safari browser supports this feature starting from version 8
Availability: