numpy.multiply(x1, x2[, out]) = Multiply arguments element-wise.
numpy.degrees(x[, out]) = Convert angles from radians to degrees.
numpy.negative(x[, out]) = Numerical negative, element-wise.
numpy.absolute(x[, out]) = Calculate the absolute value element-wise.
numpy.arccosh(x[, out]) = Inverse hyperbolic cosine, element-wise.
numpy.real_if_close(a, tol=100)
numpy.ceil(x[, out]) = Return the ceiling of the input, element-wise. The ceil of the scalar x is the smallest
numpy.signbit(x[, out]) = Returns element-wise True where signbit is set (less than zero).
numpy.conj(x[, out]) = Return the complex conjugate, element-wise. The complex conjugate of a complex number is obtained by
numpy.reciprocal(x[, out]) = Return the reciprocal of the argument, element-wise. Calculates 1/x.
Page 1 of 9