blosc2.sqrt#

blosc2.sqrt(ndarr: NDArray, /)#

Return the non-negative square-root of an array, element-wise.

Parameters:

ndarr (NDArray API) – The input array.

Returns:

out – A lazy expression that can be evaluated.

Return type:

LazyExpr

References

np.sqrt