A calculator package
Project description
About the package
my_calculator.py is cource code for a Python Package calculator, which performs math task: Addition, Subtraction, Multiplication, Division, (n) root of a number, Reset memory. The Functions take in floats or integers as arguments and return the sum of operations until asked to reset memory.
testing.py is a test code aimed to my_calculator.py
Here's an example of functions ''' calculator.Addition(4)
4.0 calculator.Subtraction(1) 3.0 calculator.Multiplication(9) 27.0 calculator.Division(3) 9.0 calculator.Root(2) 3.0 calculator.Reset_memory() 0.0 '''
Getting Setup
- Install Python 3.6.1 or later from https://www.python.org
- install the Calculator package: ''' pip install calculator_gkukse '''
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_gkukse-0.0.1.tar.gz.
File metadata
- Download URL: calculator_gkukse-0.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d45d4a32e85fc72a740f3c654aa9a0d64153d51c6375a8b3c0f27dc2ddaf0147
|
|
| MD5 |
58cb6351a6169a5dba122522373c547d
|
|
| BLAKE2b-256 |
a950f6302ba76cdba3456409fdc5e57dfe7a9ffa9385c376bfd0064e3204cd9f
|
File details
Details for the file calculator_gkukse-0.0.1-py3-none-any.whl.
File metadata
- Download URL: calculator_gkukse-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
529c85d038d67621f4b200b8e0d5e325ec98e3b845b4c32148bd18d2540e6c44
|
|
| MD5 |
cf614c2d4fc52f6a2b5a0cd47a9a1419
|
|
| BLAKE2b-256 |
36e265641f6c2d5ae7e0083bdeb0170d3d622d3c8ba68f0355cd54a598936579
|