Go to the first, previous, next, last section, table of contents.


tan

Syntax

#include <math.h>

double tan(double x);

Return Value

The tangent of x.

Portability

ANSI, POSIX


Go to the first, previous, next, last section, table of contents.