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