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

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

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

numpy.real_if_close(a, tol=100)

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

numpy.fmin(x1, x2[, out]) = Element-wise minimum of array elements. Compare two arrays and returns a new array containing the

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

numpy.add(x1, x2[, out]) = Add arguments element-wise.

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

numpy.absolute(x[, out]) = Calculate the absolute value element-wise.

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

numpy.arctanh(x[, out]) = Inverse hyperbolic tangent 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