Calculator package for simple arithmetic operations.
Project description
Calculator
Table of Contents
- General Information
- Technologies Used
- Installation
- Usage
- Features
- Project Status
- Acknowledgements
- Contact
- License
General Information
This calculator can be used for simple arithmetic operations. Check features of this calculator for details.
Technologies Used
Python - version 3.8
Installation
Use the package installer pip to install calculator.
!pip install git+https://github.com/fortune-uwha/tc_calculator
from calculator.calculator import Calculator
Usage
calculator = Calculator()
calculator.add(12)
calculator.subtract(3)
calculator.divide(3)
calculator.nroot(3)
calculator.reset_memory()
Features
- Addition / Subtraction
- Multiplication / Division
- Take (n) root of number
- Reset memory: Stores results in memory until reset
Project Status
Project is: complete
Acknowledgements
This project was based on Turing College learning on Software testing, licensing and documentation.
Contact
Created by @fortune_uwha - feel free to contact me!
License
This project is open source and available under the terms of the MIT 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
calpython-0.0.2.tar.gz
(2.6 kB
view details)
File details
Details for the file calpython-0.0.2.tar.gz.
File metadata
- Download URL: calpython-0.0.2.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/1.7.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
259f6c18c77ef26cc204d1b8deaacba4361f9e5a4bd26d4b19e7986bd7b323d2
|
|
| MD5 |
f3f10bfa810d8f00a5b7a2f28aa41701
|
|
| BLAKE2b-256 |
e00c80034f887b3b8521f503051396bad32d2494fdac004644eac95030919c3c
|