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: over 1 year ago
JSON representation

Given two numbers, returned the simplified ratio of those two numbers

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
```