Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svpernova09/python-easy-math


https://github.com/svpernova09/python-easy-math

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

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