Home
last modified time | relevance | path

Searched refs:isApproximatelyEqual (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java682 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