Searched refs:isApproximatelyGreater (Results 1 – 1 of 1) sorted by relevance
671 if (isApproximatelyGreater(languagePopulation1, countryPopulation, 0.0001)) { in RowData()727 private static boolean isApproximatelyGreater(double a, double b, double epsilon) { in isApproximatelyGreater() method in ConvertLanguageData.RowData