Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 750 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 750 Bytes

PythonComplex

A package for different operations on complex numbers.

More details

  • This package is essentially for mathematical operations on complex numbers.
  • It is very easy and intuitif to use, as any mathematician would expect.
  • There is more to come on this class.

Installation

Use the package manager pip to install cmpx.

pip install cmpx

Tutorial

You can follow this tutorial to learn more about this package.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.