blosc2.arctan#

blosc2.arctan(ndarr: NDArray, /)#

Trigonometric inverse tangent, element-wise.

Parameters:

ndarr (NDArray API) – The input array.

Returns:

out – A lazy expression that can be evaluated.

Return type:

LazyExpr

References

np.arctan