numpy.greater(x1, x2[, out]) = Return the truth value of (x1 > x2) element-wise.
numpy.isneginf(x, y=None)
numpy.isscalar(num)
numpy.logical_not(x[, out]) = Compute the truth value of NOT x element-wise.
numpy.isreal(x)
numpy.logical_xor(x1, x2[, out]) = Compute the truth value of x1 XOR x2, element-wise.
numpy.allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)
Page 3 of 3