fn atanh(x: anytype) @TypeOf(x)

Returns the hyperbolic arc-tangent of x.

Special Cases:

  • atanh(+-1) = +-inf with signal
  • atanh(x) = nan if |x| > 1 with signal
  • atanh(nan) = nan

Parameters

x: anytype,