Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.48 KB

README.md

File metadata and controls

37 lines (33 loc) · 1.48 KB

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.