Skip to main content

A small basic calculator

Project description

# xeo-simple-calc This is my first python library. It is a simple calculator.

## How to use First, install the library `python pip install xeo-simple-calc==0.0.3 ` Next, import it `python from xeosimplecalc import * ` ## Commands `python add(a,b) subtract(a,b) multiply(a,b) float_divide(a,b) int_divide(a,b) ` `python float_divide() ` returns a float `python int_divide() ` returns an int

Change Log

0.0.3 (12.06.2020)

  • Updated setup.py

  • Completely rewrote README.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

xeo_simple_calc-0.0.3-py3-none-any.whl (2.6 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