Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java299 ZERO_FRACTION_TO_DIVIDE_BY("the fraction to divide by must not be zero: {0}/{1}"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DFraction.java574 LocalizedFormats.ZERO_FRACTION_TO_DIVIDE_BY, in divide()