NAME
        sinh - hyperbolic function operating on a float

SYNOPSIS
        float  sinh(float)

DESCRIPTION
        sinh() returns the hyperbolic sine of a floating
        point number.

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