HomeSort by relevance Sort by last modified time
    Searched full:xcomplex (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 385 class xcomplex(complex): class in function:ComplexTest.test_subclass
387 return xcomplex(complex(self) + other)
391 return xcomplex(complex(self) + other)
395 return xcomplex(complex(self) * other)
399 return xcomplex(complex(self) / other)
402 return xcomplex(other / complex(self))
408 return xcomplex(complex(self) // other)
411 return xcomplex(other // complex(self))
414 return xcomplex(complex(self) ** other)
417 return xcomplex(other ** complex(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 385 class xcomplex(complex): class in function:ComplexTest.test_subclass
387 return xcomplex(complex(self) + other)
391 return xcomplex(complex(self) + other)
395 return xcomplex(complex(self) * other)
399 return xcomplex(complex(self) / other)
402 return xcomplex(other / complex(self))
408 return xcomplex(complex(self) // other)
411 return xcomplex(other // complex(self))
414 return xcomplex(complex(self) ** other)
417 return xcomplex(other ** complex(self)
    [all...]

Completed in 897 milliseconds