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
Close
Hashes for minicalculator-0.1.0.post1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c2cdef8ca7fb84f192c165a5c40c4e442473fa4c266872383f229281d191531c |
|
MD5 | 9b55b71efaa158dce3a2ca9280237370 |
|
BLAKE2b-256 | c7cdc8707fb3873a587795a62202812546d6891905f960ca351ca92123a57647 |
Close
Hashes for minicalculator-0.1.0.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e321be90e2131521a7c0a45c1738ac3482cc1718aa6ae4f95a851540ff52d58 |
|
MD5 | 38ab949de2846903930504b109de2c80 |
|
BLAKE2b-256 | d15a3606ce0e4e9393c125cb065c84d1085b02f4448d59bf21bae4476685ce2f |