Query: atanh
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATANH(3) Linux Programmer's Manual ATANH(3)NAMEatanh - inverse hyperbolic tangent functionSYNOPSIS#include <math.h> double atanh(double x);DESCRIPTIONThe atanh() function calculates the inverse hyperbolic tangent of x; that is the value whose hyperbolic tangent is x. If the absolute value of x is greater than 1.0, acosh() returns not-a-number (NaN) and errno is set.ERRORSEDOM x is out of range.CONFORMING TOSVID 3, POSIX, BSD 4.3, ISO 9899SEE ALSOasinh(3), acosh(3), cosh(3), sinh(3), tanh(3) 1993-06-13 ATANH(3)
Related Man Pages |
---|
atanh(3) - linux |
atanhf(3) - linux |
atanhf(3) - suse |
atanhl(3) - suse |
atanhl(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Perl:: mass replacement of converting C code formats to tgmath.h |