NAME
        exp - exponential function operating on float

SYNOPSIS
        float   exp(float)

DESCRIPTION
        exp() returns exponential of a floating point number.
        Uses the natural log base e=2.7183...

SEE ALSO
        floats - for a list of other math functions available.
