blosc2.imag#

blosc2.imag(ndarr: NDArray, /)#

Return the imaginary part of the complex array, element-wise.

Parameters:

ndarr (NDArray API) – The input array.

Returns:

out – A lazy expression that can be evaluated.

Return type:

LazyExpr

References

np.imag