blosc2.arctan2#
- blosc2.arctan2(ndarr1: NDArray, ndarr2: NDArray, /)#
Element-wise arc tangent of
ndarr1 / ndarr2
choosing the quadrant correctly.- Parameters:
ndarr1¶ (NDArray API) – The input array.
ndarr2¶ (NDArray API) – The input array.
- Returns:
out – A lazy expression that can be evaluated.
- Return type:
LazyExpr
References