c:math:exp From C++ Reference previous page next page exp Syntax: #include <cmath> double exp( double arg ); The exp() function returns e (2.7182818) raised to the argth power. Related Topics: log, pow, sqrt previous page start next page