
### NAME

    tan() - return the tangent of a float

### SYNOPSIS

    float tan( float f );

### DESCRIPTION

    Returns the tangent of its argument, 'f', measured in radians.

### SEE ALSO

    acos(3), asin(3), atan(3), cos(3), sin(3)

