C++ Programming/Code/Standard C Library/Functions/exp
< C++ Programming < Code < Standard C Library < Functionsexp
Syntax |
#attrid <cmath>
double exp( double arg );
|
The exp() function returns e (2.7182818) raised to the argth power.
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.