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.8
- 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
Source Code: https://github.com/deepak7376/complex
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file complex-0.1.8.tar.gz.
File metadata
- Download URL: complex-0.1.8.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5421dc976cd5f29f175710ca6162c8c9977294cdbd8eb0cd101b4ce876d56258
|
|
| MD5 |
04a91e9918344f25865a3be6da304607
|
|
| BLAKE2b-256 |
e4289dc03d9ff4049ce859379b6dc83102c56c31a2e5060a00dd8ab371db25a1
|
File details
Details for the file complex-0.1.8-py3-none-any.whl.
File metadata
- Download URL: complex-0.1.8-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aad34780f2b7666ff74d2f495e4d012e37d60385f1e8f2e556799c2c2f386719
|
|
| MD5 |
79324b3e790057deba10b09c440920d0
|
|
| BLAKE2b-256 |
2812a494a4f4caa601d01fce7930e6353aa8a29dcd3ec1efcfdae939226ed66a
|