Function arcsinh

Calculate the hyperbolic arcsine of each element in an array.

> arcsinh([0, 1, -1])
[0, 0.881373587019543, -0.881373587019543]
  • Parameters

    • array: number[]

      The array of numbers.

    Returns number[]

    An array with the hyperbolic arcsine of each input element.