Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java61 CANNOT_FORMAT_INSTANCE_AS_COMPLEX("cannot format a {0} instance as a complex number"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplexFormat.java197 LocalizedFormats.CANNOT_FORMAT_INSTANCE_AS_COMPLEX, in format()