blosc2.arctan2#

blosc2.arctan2(ndarr1: NDArray, ndarr2: NDArray, /)#

Element-wise arc tangent of ndarr1 / ndarr2 choosing the quadrant correctly.

Parameters:
Returns:

out – A lazy expression that can be evaluated.

Return type:

LazyExpr

References

np.arctan2