Search
Search Results
Search finished, found 11 page(s) matching the search query.
- numpy.arctan2
...NumPy reference Routines and objects by topic Mathematical functions numpy.arctan2...
- numpy.arctan2 (Python data, in numpy.arctan2)
- NumPy 1.24.2 Release Notes
...SIMD: Fix spurious invalid exception for sin/cos on arm64/clang #22989: BUG: Ensure correct loop order in sin, cos, and arctan2 #23030: DOC: Add version added information for the strict parameter in… #23031: BUG: use _Alignof rather than of...
- numpy.angle
...le from the positive real axis on the complex plane in the range (-pi, pi], with dtype as numpy.float64. See also arctan2 absolute Notes This function passes the imaginary and real parts of the argument to arctan2 to compute the res...
- numpy.arcsin
...in the closed interval [-pi/2, pi/2]. This is a scalar if x is a scalar. See also sin, cos, arccos, tan, arctan, arctan2, emath.arcsin Notes arcsin is a multivalued function: for each x there are infinitely many numbers z such that...
- numpy.arctan
...Its real part is in [-pi/2, pi/2] (arctan(+/-inf) returns +/-pi/2). This is a scalar if x is a scalar. See also arctan2The “four quadrant” arctan of the angle formed by (x, y) and the positive x-axis. angleArgument of complex value...
- numpy.arctan2
...NumPy reference Routines and objects by topic Mathematical functions numpy.arctan2...
- numpy.asin
- numpy.atan
- numpy.atan2
- Writing your own ufunc