Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bertrandom/ratio-simplifier
Given two numbers, returned the simplified ratio of those two numbers
https://github.com/bertrandom/ratio-simplifier
Last synced: 23 days ago
JSON representation
Given two numbers, returned the simplified ratio of those two numbers
- Host: GitHub
- URL: https://github.com/bertrandom/ratio-simplifier
- Owner: bertrandom
- Created: 2023-08-20T23:30:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T23:32:11.000Z (over 1 year ago)
- Last Synced: 2023-08-21T00:29:11.014Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ratio-simplifier
Given two numbers, returned the simplified ratio of those two numbers
# example
```
> python simplify.py 1680 1050
8:5
```