NAME
        log - logarithmic function operating on a float

SYNOPSIS
        float  log(float)

DESCRIPTION
        log() returns the natural log of the given float.

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