exp(3) LPC Library Functions exp(3)
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)
MudOS Last change: 5 Sep 1994 1