F.9.2.3 The atanh functions

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.