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 '''
Release files for calculator-gkukse 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| calculator_gkukse-0.0.1.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| calculator_gkukse-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 kB
Release files / calculator_gkukse-0.0.1.tar.gz
| Download URL | calculator_gkukse-0.0.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d45d4a32e85fc72a740f3c654aa9a0d64153d51c6375a8b3c0f27dc2ddaf0147
|
|
BLAKE2b-256 checksum How to use checksums |
a950f6302ba76cdba3456409fdc5e57dfe7a9ffa9385c376bfd0064e3204cd9f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / calculator_gkukse-0.0.1-py3-none-any.whl
| Download URL | calculator_gkukse-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
529c85d038d67621f4b200b8e0d5e325ec98e3b845b4c32148bd18d2540e6c44
|
|
BLAKE2b-256 checksum How to use checksums |
36e265641f6c2d5ae7e0083bdeb0170d3d622d3c8ba68f0355cd54a598936579
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|