Searched defs:sci (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DBigDecimal.java3261 * @param sci {@code true} for Scientific exponential notation;
3266 private String layoutChars(boolean sci) { argument
3308 if (sci) { // Scientific notation
3347 if (adjusted != 0) { // [!sci could have made 0]

Completed in 63 milliseconds