NDArray::arccosh
public static function arccosh(NDArray|array|float|int $array): NDArray|float|int;
Calculates the element-wise inverse hyperbolic cosine (arccosineh) of an array, returning a new array with the inverse hyperbolic cosine of each element.
Notes
tip
GPU SUPPORTED
This operation is supported by GPU (VRAM) and contains a custom CUDA kernel.