Appearance
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)