A basic Calculator
Project description
Minicalculator
The Minicalculator is a basic utility calculator the for basic arithmetic operation
Installation
The minicalculator can be installed from the PYPI library using
pip install minicalculator
Usage
Sample Usage is as follows
from mini_calculator.calculator import Calculator
calc = Calculator()
>>> calc.add(5)
5.0
>>> calc.multiply(3)
15.0
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
File details
Details for the file minicalculator-0.1.0.post1.tar.gz
.
File metadata
- Download URL: minicalculator-0.1.0.post1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c2cdef8ca7fb84f192c165a5c40c4e442473fa4c266872383f229281d191531c
|
|
MD5 |
9b55b71efaa158dce3a2ca9280237370
|
|
BLAKE2b-256 |
c7cdc8707fb3873a587795a62202812546d6891905f960ca351ca92123a57647
|
File details
Details for the file minicalculator-0.1.0.post1-py3-none-any.whl
.
File metadata
- Download URL: minicalculator-0.1.0.post1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6e321be90e2131521a7c0a45c1738ac3482cc1718aa6ae4f95a851540ff52d58
|
|
MD5 |
38ab949de2846903930504b109de2c80
|
|
BLAKE2b-256 |
d15a3606ce0e4e9393c125cb065c84d1085b02f4448d59bf21bae4476685ce2f
|