Searched refs:flipSigns (Results 1 – 1 of 1) sorted by relevance
185 Rational flipSigns = new Rational(1, -1); in testReduction() local186 assertEquals(-1, flipSigns.getNumerator()); in testReduction()187 assertEquals(1, flipSigns.getDenominator()); in testReduction()