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


atanh

Syntax

#include <math.h>

double atanh(double x);

Return Value

The arc hyperbolic tangent of x.

Portability

not ANSI, not POSIX


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