C++ Programming/Code/Standard C Library/Functions/exp

From Wikibooks, open books for an open world
Jump to navigation Jump to search

exp[edit | edit source]

Syntax
#attrid <cmath>
double exp( double arg );

The exp() function returns e (2.7182818) raised to the argth power.

Related topics
log - pow - sqrt