Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java57 CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N("cannot compute nth root for null or negative n: {0}"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplex.java946 LocalizedFormats.CANNOT_COMPUTE_NTH_ROOT_FOR_NEGATIVE_N, in nthRoot()