cppreference.com > Standard C Math > tan
tan
Syntax:
  #include <math.h>
  double tan( double arg );

The tan() function returns the tangent of arg, where arg is given in radians.