A basic calculator package
Project description
Gacilator
This is a calculator package created to pass my assignment.
Features
- make basic everyday calculations like addition and subtraction!
- Gacilator will store your last equation results in its memory -- so you don't have to!
- you can clear your memory anytime you want
- magic
Installation
Gacilator has no dependancies to run. Simply install it:
pip install calculator-pkg-GACI-GIT
Example Usage
from gacilator import gacilator
calculatorObject = gacilator.calculator()
print(calculatorObject.addition(5))
#returns 5
print(calculatorObject.addition(10))
#returns 15
Available functions
- addition (adds number to the number stored in memory, e.g calculatorObject.addition(5))
- subtraction (subtracts number from the number stored in memory, e.g calculatorObject.subtraction(5))
- multiplication (multiplies number by the number stored in memory, e.g calculatorObject.multiplication(5))
- division (divides number by the number stored in memory, e.g calculatorObject.division(5))
- n root (takes root of n e.g calculatorObject.nroot(5))
- memory reset (resets memory e.g calculatorObject.reset)
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 calculator-pkg-GACI-GIT-0.0.5.tar.gz.
File metadata
- Download URL: calculator-pkg-GACI-GIT-0.0.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46aecf1dfaac67e2375f339944f857be260e3bf000436bd2bf721eec8416f201
|
|
| MD5 |
7b5c160ad8cf8b088620dd7354d6eb13
|
|
| BLAKE2b-256 |
109cc44caaf7b80d83e1d537984508859ac6542cdb8749f1532f3c6a395cd4e3
|
File details
Details for the file calculator_pkg_GACI_GIT-0.0.5-py3-none-any.whl.
File metadata
- Download URL: calculator_pkg_GACI_GIT-0.0.5-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05b3e3199fc2a812d3acc5df291ffa3851fd124384d6ae297a8ad3746af711a2
|
|
| MD5 |
862f079ac28b572a4e2e24d38d524294
|
|
| BLAKE2b-256 |
b2ff80ca7fb6118ae869cb168de474812d1f29c6e6a200b39ae951fb3b514ee5
|