Complex numbers

2017-09-05 Thread TBER Abdelmalek
This module implements cplx class (complex numbers) regardless to the built-in class. The main goal of this module is to propose some improvement to complex numbers in python and deal with them from a mathematical approach. Also cplx class doesn't support the built-in class intentionall

Complex numbers

2017-09-05 Thread TBER Abdelmalek
This module implements cplx class (complex numbers) regardless to the built-in class. The main goal of this module is to propose some improvement to complex numbers in python and deal with them with a mathematical approach. I chose not to support the built-in class in this module, as the idea