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)
tan() - return the tangent of a float
float tan( float f );
Returns the tangent of its argument, 'f', measured in radians.
acos(3), asin(3), atan(3), cos(3), sin(3)