Skip to main content

Simple calculator in python

Project description

Simple Calculator

What is this?

A pretty straight forward calculator for Python that can do the following:

  • Stores current value of number until it is reset
  • Addition / Subtraction
  • Multiplication / Division
  • Calculate nth root of a number

Installation:

pip install turing_calculator

Usage

from turing_calculator import Calculator Initialise: calc = Calculator() Add 5 to current value: calc.add(5) Subtract 3: calc.subtract(3) Multiply by 25: calc.multiply(25) Divide by 2: calc.divide(2) Nth Root (In this case, square root): calc.root(2) Current Value: calc.val Reset to zero: calc.reset()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

turing_calculator-0.1.0.tar.gz (1.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

turing_calculator-0.1.0-py2.py3-none-any.whl (1.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file turing_calculator-0.1.0.tar.gz.

File metadata

  • Download URL: turing_calculator-0.1.0.tar.gz
  • Upload date:
  • Size: 1.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-requests/2.25.1

File hashes

Hashes for turing_calculator-0.1.0.tar.gz
Algorithm Hash digest
SHA256 264e190452495c1532945e863f93efbc0da8d19dfd0720d36e98d4f5b361d683
MD5 11d44dea9a85ac8d1747c238ca6f2989
BLAKE2b-256 b54fbd6b20640926b13a43dc8954f688a4b9d5f3754b579a1f86e7e531ae0f76

See more details on using hashes here.

File details

Details for the file turing_calculator-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for turing_calculator-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b2fc605c2145a98ba0eb9b512677d00e63ace4b6276dfee4a0a4c435618adb6f
MD5 09d3be290cb71ae2866ea30126d35b45
BLAKE2b-256 84cdca2832f0e7a85d6ad8fd0c49fafa3d795a23c0ccc2022bfe88242d65cf6e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page