Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
DBigFraction.java123 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_DENOMINATOR); in BigFraction()
614 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_DENOMINATOR); in divide()
667 throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_DENOMINATOR); in divide()
/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java297 ZERO_DENOMINATOR("denominator must be different from 0"), enumConstant