Calculator for basic operation
Project description
Installation
pip install numpy
pip install powerfull-calculator
Usage
With use of this tool you can:
- add numbers - via add() metod
- subtract numbers - via subtract() metod
- multiply numbers - via multiply() metod
- divide numbers - via divide() metod
- root numbers - root add() metod
Before start using
There is always number in memory of calculator. Operations are perfomed on this number. You can get it via get_state() method.
>>> calc = Calculator()
>>> calc.add(0.1)
0.1
>>> calc.add(0.2)
0.3
>>> calc.subtract(10.3)
-10.0
>>> calc.divide(3)
-3.333333333333
>>> calc.multiply(3)
-10.0
>>> calc.root(1/3)
-1000.0
>>> calc.reset()
0.0
>>> calc.get_state()
0.0
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Make sure to add or update tests as appropriate.
License
Project details
Release history Release notifications | RSS feed
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 powerful-calculator-0.1.1.tar.gz.
File metadata
- Download URL: powerful-calculator-0.1.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b484bd8f21b5499d7612506807217b948243bff56ab426b3d7c19f9a98ad243
|
|
| MD5 |
24c965bda296b43359755ec5f5b84466
|
|
| BLAKE2b-256 |
d74c0afba2e048029ac2948cc259a9b458890c6d72aa972f08a55406ea2dde1c
|
File details
Details for the file powerful_calculator-0.1.1-py3-none-any.whl.
File metadata
- Download URL: powerful_calculator-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.1 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47331849437940d0d37463f57902395dd64b33fefd91d20c73db260b3595fdd4
|
|
| MD5 |
32c7e3e3f03ed455f9725e5937b0cad6
|
|
| BLAKE2b-256 |
bb12888ef6703e49dd9fb9f9a85a98b106e5de4fe6633f81f47599dc43bab496
|