Skip to main content

Calculator with addition, subtraction, multiplication, division and (n) root functions

Project description

Calculator

Calculator is a Python package for performing addition, subtraction, multiplication, division and n-th root functions on a number stored in calculator's memory. Everytime a function is performed, calculator's memory is updated.

Installation

Use the package manager pip to this calculator as calculator-meluzx==0.0.3.

pip install calculator-meluzx==0.0.3

Usage

To import this package, use the following code.

from calculator_meluzx.calculator_meluzx import Calculator

# activates calculator with initial memory's value 
calculator = Calculator()

The initial value stored in calculator's memory is 0. All functions are performed with latest value in calculator's memory and a number, defined in brackets when calling a method. The following code describes a case, in which some prior functions have been performed and latest value in calculator's memory is 2.

# performs 2 + 3, returns 5
calculator.add(3)

# performs 5 - 4, returns 1
calculator.subtract(4)

# performs 1 * 8, returns 8
calculator.multiply(8)

# performs 8 / 2, returns 4
calculator.divide(2)

# performs 4 ** 2, returns 2
calculator.root(2)

Calculator also has reset function, which sets calculator's memory value to 0.

# returns 0
calculator.reset()

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

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

calculator_meluzx-0.0.4.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

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

calculator_meluzx-0.0.4-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file calculator_meluzx-0.0.4.tar.gz.

File metadata

  • Download URL: calculator_meluzx-0.0.4.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.0

File hashes

Hashes for calculator_meluzx-0.0.4.tar.gz
Algorithm Hash digest
SHA256 15795d69c38743558339fb2dc68760349974d6eb593dff598e64daf6db541904
MD5 e351c9a46d9079c5f5299b34c94c9737
BLAKE2b-256 41a97b9d4747e6f82bf5359d38cb4a9e7ac674e6938b8ea5f597448e1c4bfcfc

See more details on using hashes here.

File details

Details for the file calculator_meluzx-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for calculator_meluzx-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a159c50dd47eef40cd3e6d4f51275919c4f33b020d6215f0f7f5f402f0758215
MD5 8730a11b9c324ed7e8a67822b268cbb4
BLAKE2b-256 59680e2c011b745046a13a454bf85a590a2370d2019e54fa13c933f7d2a04717

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