tanf

 
Syntax

         

#include <math.h>
float tanf( float arg );

 

The tanf() function returns the tangent of arg, where arg is given

in radians. If arg is infinite, tan() will return NAN and raise a

floating-point exception.