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


atan

Syntax

#include <math.h>

double atan(double x);

Return Value

The arc tangent, in radians, of x.

Portability

ANSI, POSIX


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