Skip to main content

A basic Calculator

Project description

Minicalculator

The Minicalculator is a basic utility calculator the for basic arithmetic operation

Installation

The minicalculator can be installed from the PYPI library using

pip install minicalculator

Usage

Sample Usage is as follows

from mini_calculator.calculator import Calculator

calc = Calculator()

>>> calc.add(5)
5.0
>>> calc.multiply(3)
15.0

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

minicalculator-0.1.0.post1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

minicalculator-0.1.0.post1-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

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