blosc2.arctanh#

blosc2.arctanh(ndarr: NDArray, /)#

Inverse hyperbolic tangent, element-wise.

Parameters:

ndarr (NDArray API) – The input array.

Returns:

out – A lazy expression that can be evaluated.

Return type:

LazyExpr

References

np.arctanh