NAME
        atan - trigonometric function operating on float

SYNOPSIS
        float   atan(float)

DESCRIPTION
        atan() returns the arc-tangent of a floating point number.
        The value returned is in radians.

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