Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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