Skip to main content

simple calculator

Project description

The calculator package

pip install calc_ev_115

Import:

#import calc_ev_115 #calc = calc_ev_115.Calculator()

The calculator has these functions:

#Addition (.add(to_add))
#Substraction (.substract(to_sub))
#Multiplication (.multiply(to_mul))
#Division (.divide(to_div))
#n root function (.root(to_root))

The example of usage of this package: #result = calc.add(2) #print(result)

This calculator package has memory in itself. To erase the current value use calculator.reset() command.

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

calc_ev_115-0.0.1.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

calc_ev_115-0.0.1-py3-none-any.whl (4.2 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