SYNOPSIS
#include <math.h>
double atanh(double x)
float atanhf(float x)
DESCRIPTION
The
PARAMETERS
RETURN VALUES
The
If x is greater than 1.0 or x is NaN, then:
-
if in IEEE mode, a value of NaN is returned.
-
if in POSIX mode, a value of NaN is returned.
-
if in SVID or XOPEN mode, NaN is returned and
matherr() is called.
If the absolute value of x is 1.0, a value of infinity is returned. If in POSIX mode, errno is set to EDOM.
If x is NaN,
CONFORMANCE
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
None.
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.4 Documentation Build 39.