Contents
1
atanh((+-)0) returns (+-)0.
atanh((+-)1) returns (+-)(inf) and raises the “divide-by-zero” floating-point exception.
atanh(x) returns a NaN and raises the “invalid” floating-point exception for | x | > 1.