Lines Matching full:notation
80 * integers ("123"), fixed-point numbers ("123.4"), scientific notation
234 * <td>Separates mantissa and exponent in scientific notation.
336 * Notation:
397 * notation</a> or <a href="#sigdig">significant digits</a>.
438 * <a name="sci"><strong>Scientific Notation</strong></a>
440 * <p>Numbers in scientific notation are expressed as the product of a mantissa
445 * notation through the API or through the pattern. In a pattern, the exponent
447 * scientific notation. Example: "0.###E0" formats the number 1234 as
467 * notation</em>, in which the exponent is a multiple of three, e.g.,
470 * <li>When using scientific notation, the formatter controls the
575 * <li>Significant digits may be used together with exponential notation. Such
1510 * Return whether or not scientific notation is used.
1511 * @return TRUE if this object formats and parses scientific notation
1522 * Set whether or not scientific notation is used. When scientific notation
1528 * notation
1552 * effect unless scientific notation is in use.
1580 * unless scientific notation is in use.
1798 * is assumed to be in a localized notation. A pattern is a
2284 * to track and see if someone is using exponential notation with more than