Calculate the hyperbolic arccosine of each element in an array.
> arccosh([1, 2, 3])[0, 1.3169578969248166, 1.762747174039086] Copy
> arccosh([1, 2, 3])[0, 1.3169578969248166, 1.762747174039086]
The array of numbers where each element is greater than or equal to 1.
An array with the hyperbolic arccosine of each input element.
Calculate the hyperbolic arccosine of each element in an array.
Example