blosc2.real#

blosc2.real(ndarr: NDArray, /)#

Return the real 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.real