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.real_if_close()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.real_if_close(a, tol=100)

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

numpy.log10(x[, out]) = Return the base 10 logarithm of the input array, element-wise.

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.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
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.convolve()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.convolve(a, v, mode='full')

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

numpy.ldexp(x1, x2[, out]) = Returns x1 * 2**x2, element-wise. The mantissas x1 and twos exponents x2

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

numpy.subtract(x1, x2[, out]) = Subtract arguments, element-wise.

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

numpy.sinc(x)

2025-01-10 15:47:30