tanl(3) - Linux man page
Name
tan, tanf, tanl - tangent functionSynopsis
#include <math.h> double tan(double x); float tanf(float x); long double tanl(long double x);Link with -lm.
#include <math.h> double tan(double x); float tanf(float x); long double tanl(long double x);Link with -lm.