Function arccosh

Calculate the hyperbolic arccosine of each element in an array.

> arccosh([1, 2, 3])
[0, 1.3169578969248166, 1.762747174039086]
  • Parameters

    • array: number[]

      The array of numbers where each element is greater than or equal to 1.

    Returns number[]

    An array with the hyperbolic arccosine of each input element.