Metadata-Version: 2.1
Name: cmpx
Version: 0.8.4
Summary: A package for different operations on complex numbers
Home-page: https://github.com/Omar-Belghaouti/PythonComplex
Author: Omar Belghaouti
Author-email: bel_omar18@yahoo.com
Maintainer: Omar Belghaouti
Maintainer-email: bel_omar18@yahoo.com
License: MIT
Download-URL: https://pypi.org/project/cmpx/
Description: # 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 mathematicain would expect.
        - There is more to come on this class, like power of complex numbers.
        
        ## Installation
        
        Use the package manager [pip](https://pypi.org/project/cmpx/) to install cmpx.
        
        ```bash
        pip install cmpx
        ```
        
        ## Tutorial
        You can follow this [tutorial](https://github.com/Omar-Belghaouti/PythonComplex/blob/master/cmpx%20tutorial.ipynb) 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.
        
Keywords: Complex,ComplexOperations,ComplexNumbers
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: ~=3.3
Description-Content-Type: text/markdown
