예제 #1
0
def isreal(x):
    return equal(_asany(x).imag, 0)
def isreal(x):
    return equal(_asany(x).imag, 0)
예제 #3
0
def iscomplex(x):
    return not_equal(_asany(x).imag, 0)
def iscomplex(x):
    return not_equal(_asany(x).imag, 0)