NAME
        tanh - hyperbolic function operating on a float

SYNOPSIS
        float  tanh(float)

DESCRIPTION
        tanh() returns the hyperbolic tangent of a floating
        point number.

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