Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java245 OVERFLOW_IN_SUBTRACTION("overflow in subtraction: {0} - {1}"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DMathUtils.java1737 …row MathRuntimeException.createArithmeticException(LocalizedFormats.OVERFLOW_IN_SUBTRACTION, x, y);