Appearance
exp() - find e to the power of a float
float exp( float f );
exp() returns e^f.
log(3), pow(3), sqrt(3)