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

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

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

numpy.multiply(x1, x2[, out]) = Multiply arguments element-wise.

2025-01-10 15:47:30