numpy.reciprocal()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.reciprocal(x[, out]) = Return the reciprocal of the argument, element-wise. Calculates 1/x.

2025-01-10 15:47:30
numpy.degrees()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.degrees(x[, out]) = Convert angles from radians to degrees.

2025-01-10 15:47:30
numpy.real_if_close()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.real_if_close(a, tol=100)

2025-01-10 15:47:30
numpy.around()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.around(a, decimals=0, out=None)

2025-01-10 15:47:30
numpy.sign()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.sign(x[, out]) = Returns an element-wise indication of the sign of a number. The

2025-01-10 15:47:30
numpy.negative()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.negative(x[, out]) = Numerical negative, element-wise.

2025-01-10 15:47:30
numpy.conj()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.conj(x[, out]) = Return the complex conjugate, element-wise. The complex conjugate of a complex number is obtained by

2025-01-10 15:47:30
numpy.sinc()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.sinc(x)

2025-01-10 15:47:30
numpy.signbit()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.signbit(x[, out]) = Returns element-wise True where signbit is set (less than zero).

2025-01-10 15:47:30
numpy.arccos()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.arccos(x[, out]) = Trigonometric inverse cosine, element-wise. The inverse of

2025-01-10 15:47:30