python-easy-math

Python library for basic addition and subtraction of two numbers


License
MIT
Install
pip install python-easy-math==1.0.0

Documentation

python-easy-math

License Version
Travis CI Coverage
Wheel Implementation
Status Downloads
Supported versions

A simple library to do math for you

Python Easy Math provides addition.py and subtraction.py. The Addition file provides the add() method which takes two parameters and returns the sum. The Subtraction file provides a single subtract() class that takes two parameters and will return the difference of the supplied parameters.