Searched refs:flipAndReduce (Results 1 – 1 of 1) sorted by relevance
189 Rational flipAndReduce = new Rational(100, -200); in testReduction() local190 assertEquals(-1, flipAndReduce.getNumerator()); in testReduction()191 assertEquals(2, flipAndReduce.getDenominator()); in testReduction()