Created
December 20, 2017 14:50
-
-
Save emirotin/aedde0f1351b9ba7d3374b960308fb84 to your computer and use it in GitHub Desktop.
Compare Rationals
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(a, b) => a.numer * b.denom - b.numer * a.denom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks!