C++ expm1()
Published Jul 20, 2021Updated Dec 21, 2022
Contribute to Docs
The expm1() function returns e raised to the power of the argument minus 1. For small magnitudes of x expm1(x) may be more accurate than exp(x)-1.
The number e, also known as Euler’s number, is a mathematical constant approximately equal to 2.71828 and the base of the natural logarithm.
The cmath library must be added to the top of the file with #include <cmath>.
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.
Learn C++ on Codecademy
- Looking for an introduction to the theory behind programming? Master Python while learning data structures, algorithms, and more!
- Includes 6 Courses
- With Professional Certification
- Beginner Friendly.75 hours
- Learn C++ — a versatile programming language that’s important for developing software, games, databases, and more.
- Beginner Friendly.11 hours