Calculator_SB
Calculator_SB is a class that allows to calculate basic mathematics functions: addition, subtraction, multiplication, division, root square.
Project is created as part of TC data science course.
Installing Calculator_SB
pip install CalcDSSB
Using Calculator_AB
Calculator_AB has internal memory, to witch actions are performed.
Possible functions:
__init__(self)
Sets memory to zero.
add(self, number)
Adds number to memory.
Returns memory.
sub(self, number)
Subtracts number from memory.
Return memory.
multi(self, number)
Multiples memory by number.
Return memory.
div(self, number)
Divides memory by number.
Return memory.
srt(self)
Takes square root of memory.
Return memory.
mem_reset(self)
Resets memory to zero.
Contact
If you want to contact me you can reach me at banyssimas@gmail.com.
License
This project uses the following license: MIT License.
Release files for CalcDSSB 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| CalcDSSB-0.1.3.tar.gz | 1.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| CalcDSSB-0.1.3-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 3.4 kB
Release files / CalcDSSB-0.1.3.tar.gz
| Download URL | CalcDSSB-0.1.3.tar.gz |
|---|---|
| Size | 1.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
38ef69eeafb7b0fee8572d311fe612c4c5906915906738e8c8fa5b3f3040935d
|
|
BLAKE2b-256 checksum How to use checksums |
b3376b25fc0df307379517ca22769100472ec9519e1edcee52671ab26a0e099f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.25.1
|
Release files / CalcDSSB-0.1.3-py2.py3-none-any.whl
| Download URL | CalcDSSB-0.1.3-py2.py3-none-any.whl |
|---|---|
| Size | 1.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
2db12a5632d023e18f19ffb8cad86d6b486ad74bfcb5aecd73588ba3bb6278d5
|
|
BLAKE2b-256 checksum How to use checksums |
a05239bd1a514cf79e72e727f2fdc5dfff95d5f5202b50e0b308e533e5dbc834
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-requests/2.25.1
|