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.7.

pip install calculator-meluzx==0.0.8

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()

Requirements

This package is introduced in Python3.12 and works with python versions >= 3.6. For installation you need to have pip module in your environment.

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.8.tar.gz (4.4 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.8-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: calculator_meluzx-0.0.8.tar.gz
  • Upload date:
  • Size: 4.4 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.8.tar.gz
Algorithm Hash digest
SHA256 605601213e7dbf42e911f4490671e82efb2f2771ffbd0aaa0450669c8979bc79
MD5 b94437f1a3d182bbf0ee83f038f5ad99
BLAKE2b-256 a994565e0e9c914fc65742dc6df8d2d6989332d0f8313e709f03c2600ed19af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for calculator_meluzx-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 31bc51e9a861c7535d31af556485d8374924484b9620c01db4f04ee23a90cd17
MD5 38f09db5f2daa80e739a571077951e5a
BLAKE2b-256 0ffcad678f4def7c6eb1297f3a9882168dcc69a284bbaae6ff3c2f92e20c7bea

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