Skip to main content

Compute complex numbers operations such as addition, substraction, multiplication , division and modulus.

Project description

Compute complex numbers operations such as addition, substraction, multiplication , division and modulus.

Author:

Deepak Yadav

Version:

0.1.6

Copyright:

This document has been placed in the public domain.

Look how easy it is to use:

code:

from complex import Complex
x = Complex(2,3)
y = Complex(4,5)
print(x+y, x-y, x*y, x/y, x.mod(), y.mod())

Features

  • Easy to use

  • Make things faster

Installation

Install complex by running:

pip install complex

Contribute

Support

If you are having issues, please let us know. We have a mailing list located at: dky.united@gmail.com

License

The project is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

complex-0.1.7.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

complex-0.1.7-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page