tanf
#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. Related topics: cosf sinf tanf
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. Related topics: cosf sinf tanf
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.
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.