Query: atanh
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ATANH(3) BSD Library Functions Manual ATANH(3)NAMEatanh, atanhf -- inverse hyperbolic tangent functionLIBRARYMath Library (libm, -lm)SYNOPSIS#include <math.h> double atanh(double x); float atanhf(float x);DESCRIPTIONThe atanh() and atanhf() functions compute the inverse hyperbolic tangent of the real argument x.RETURN VALUESIf |x|>=1, atanh(x) and atanhf(x) return +inf, -inf or NaN, and sets the global variable errno to EDOM.SEE ALSOacosh(3), asinh(3), exp(3), math(3)HISTORYThe atanh() function appeared in 4.3BSD.BSDMay 6, 1991 BSD
Related Man Pages |
---|
atanh(3) - suse |
atanhf(3) - suse |
atanh(3) - osf1 |
atanhl(3) - osx |
atanh(3) - osx |
Similar Topics in the Unix Linux Community |
---|
Perl:: mass replacement of converting C code formats to tgmath.h |