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

numpy.arccosh(x[, out]) = Inverse hyperbolic cosine, 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.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.ceil()
  • References/Python/NumPy/Routines/Mathematical functions

numpy.ceil(x[, out]) = Return the ceiling of the input, element-wise. The ceil of the scalar x is the smallest

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

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

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

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

2025-01-10 15:47:30