Lines Matching full:precision
289 precision and so on. Each value type can define its own "formatting
326 format_spec: [[`fill`]`align`][`sign`][#][0][`width`][,][.`precision`][`type`]
331 precision: `integer`
402 The *precision* is a decimal number indicating how many digits should be
407 used from the field content. The *precision* is not allowed for integer values.
461 | | The default precision is ``6``. |
467 | | number. The default precision is ``6``. |
471 | ``'g'`` | General format. For a given precision ``p >= 1``, |
478 | | precision ``p-1`` would have exponent ``exp``. Then |
480 | | with presentation type ``'f'`` and precision |
482 | | with presentation type ``'e'`` and precision ``p-1``. |
490 | | the precision. |
492 | | A precision of ``0`` is treated as equivalent to a |
493 | | precision of ``1``. The default precision is ``6``. |