Lines Matching refs:presentation
401 For a locale aware separator, use the ``'n'`` integer presentation type
410 separator for floating point presentation types and for integer
411 presentation type ``'d'``. For integer presentation types ``'b'``,
413 digits. For other presentation types, specifying this option is an
436 The available string presentation types are:
447 The available integer presentation types are:
474 In addition to the above presentation types, integers can be formatted
475 with the floating point presentation types listed below (except
479 The available presentation types for floating point and decimal values are:
503 | | result formatted with presentation type ``'e'`` and |
506 | | with presentation type ``'f'`` and precision |
508 | | with presentation type ``'e'`` and precision ``p-1``. |