Function arctanh

Calculate the hyperbolic arctan of each element in an array.

> arctanh([0, 0.78071444, 0.48047278])
[0, 1.04719756, 0.52359878]
  • Parameters

    • array: number[]

      The array of numbers.

    Returns number[]

    An array with the hyperbolic arcsine of each input element.