C++ Programming/Code/Standard C Library/Functions/exp
exp
Syntax |
#attrid <cmath>
double exp( double arg );
|
The exp() function returns e (2.7182818) raised to the argth power.
Category:Book:C++ Programming#Code/Standard%20C%20Library/Functions/exp%20