Searched refs:badPosInfinity (Results 1 – 1 of 1) sorted by relevance
354 Rational badPosInfinity = createIllegalRational(100, 0); // [100, 0] , should be [1, 0] in testSerialize() local355 Rational results = serializeRoundTrip(badPosInfinity); in testSerialize()