Let's say we need to do a comparison. Set
a = 34241432415/344425151233
and b = 45034983295/453218433828
Which is greater?Or even more feindish, Set
a = 14488683657616/14488641242046
and b = 10733594563328/10733563140768
which is greater?By what algorithm would you do the computation, and could you guarantee me the same compute time as comparing 2/3 and 4/5?