Searched refs:isApproximatelyEqual (Results 1 – 1 of 1) sorted by relevance
682 if (isApproximatelyEqual(languageLiteracy1, countryLiteracy1, 0.001)) { in RowData()723 private static boolean isApproximatelyEqual(double a, double b, double epsilon) { in isApproximatelyEqual() method in ConvertLanguageData.RowData