Home
last modified time | relevance | path

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

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java227 REAL_FORMAT("real format"), /* keep */ enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
DComplexFormat.java378 throw new NullArgumentException(LocalizedFormats.REAL_FORMAT); in setRealFormat()