NAME
        pow - exponential function operating on a float

SYNOPSIS
        float  pow(float x, float e)

DESCRIPTION
        pow(x,e) returns the e'th power of x (x^e).

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