NAME
exp() - find e to the power of a float
SYNOPSIS
float exp( float f );
DESCRIPTION
exp() returns e^f.
SEE ALSO
log(3), pow(3), sqrt(3)
exp() - find e to the power of a float
float exp( float f );
exp() returns e^f.
log(3), pow(3), sqrt(3)