Skip to content

omdxp/PythonComplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.