Searched refs:INFINITIES (Results 1 – 2 of 2) sorted by relevance
206 static final Iterable<Double> INFINITIES = Doubles.asList( field in MathTesting254 DOUBLE_CANDIDATES_EXCEPT_NAN = Iterables.concat(FINITE_DOUBLE_CANDIDATES, INFINITIES);
25 import static com.google.common.math.MathTesting.INFINITIES;559 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusFiniteWithFiniteTolerance()570 for (double inf : INFINITIES) { in testFuzzyInfiniteVersusInfiniteWithFiniteTolerance()