Home | History | Annotate | Download | only in math

Lines Matching defs:SCIENTIFIC

60  * (<code>9, SCIENTIFIC, false, ROUND_HALF_UP</code>).
95 * @see #SCIENTIFIC
101 * Standard floating point notation (with scientific exponential
112 public static final int SCIENTIFIC=1; // 1 digit before .
123 * @see #SCIENTIFIC
258 * @see #SCIENTIFIC
302 private static final int DEFAULT_FORM=SCIENTIFIC;
330 * <code>digits=9 form=SCIENTIFIC lostDigits=false
333 * @see #SCIENTIFIC
449 if (setform==SCIENTIFIC){
483 * {@link #SCIENTIFIC}.
540 * (one of <code>SCIENTIFIC</code>, <code>PLAIN</code>, or
555 * digits=9 form=SCIENTIFIC lostDigits=0 roundingMode=ROUND_HALF_UP
572 if (form==SCIENTIFIC)
573 formstr="SCIENTIFIC";