NAME
        tan - trigonometric function operating on a float

SYNOPSIS
        float  tan(float)

DESCRIPTION
        tan() returns the tangent of a floating point number.
        The input value is in radians.

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