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.3.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.3-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: calculator_meluzx-0.0.3.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.3.tar.gz
Algorithm Hash digest
SHA256 c5a0d7f374388be950274a50982346c506ca73cd3aa93ccb19a9939307690415
MD5 ac021f4063823b5ee7d39b433bfd8711
BLAKE2b-256 0433ee112de560f1d175771c99f452597a2d9f172267eff56f8729eb3414a2c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for calculator_meluzx-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 4d83ee7d8eccb6567104992d82c068b91b99fb5a89577d66874a28a3ff776283
MD5 e0d09e703820581add1c59178d134f49
BLAKE2b-256 1db56dc51fd1a9be58d0a63143fdb4a10d6fb874c59dab00d7e915444d2dd654

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