Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svpernova09/python-easy-math
https://github.com/svpernova09/python-easy-math
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/svpernova09/python-easy-math
- Owner: svpernova09
- License: mit
- Created: 2019-05-05T21:29:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T16:27:10.000Z (over 2 years ago)
- Last Synced: 2024-10-11T17:06:25.477Z (3 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.