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

pip install xeo-simple-calc==0.0.3

Next, import it

from xeosimplecalc import *

Commands

add(a,b)
subtract(a,b)
multiply(a,b)
float_divide(a,b)
int_divide(a,b)
float_divide()

returns a float

int_divide()

returns an int

Change Log

0.0.4 (12.06.2020)

  • Updated setup.py
  • Added .gitignore (for the git repository)

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