3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-05-05 22:27:25 +02:00

Updated indentation of n1256.txt for make benefit better generation

This commit is contained in:
Pragmatic Software 2010-07-22 21:08:16 +00:00
parent 5b0aef5e31
commit e81a6a67c8

View File

@ -10627,6 +10627,11 @@ f,F A double argument representing a floating-point number is converte
any n-char-sequence, is implementation-defined. The F conversion specifier any n-char-sequence, is implementation-defined. The F conversion specifier
produces INF, INFINITY, or NAN instead of inf, infinity, or nan, produces INF, INFINITY, or NAN instead of inf, infinity, or nan,
respectively.243) respectively.243)
243) When applied to infinite and NaN values, the -, +, and space flag characters have their usual meaning;
the # and 0 flag characters have no effect.
e,E A double argument representing a floating-point number is converted in the e,E A double argument representing a floating-point number is converted in the
style [-]d.ddd e±dd, where there is one digit (which is nonzero if the style [-]d.ddd e±dd, where there is one digit (which is nonzero if the
argument is nonzero) before the decimal-point character and the number of argument is nonzero) before the decimal-point character and the number of
@ -10648,12 +10653,6 @@ g,G A double argument representing a floating-point number is converte
P - (X + 1). P - (X + 1).
-- otherwise, the conversion is with style e (or E) and precision P - 1. -- otherwise, the conversion is with style e (or E) and precision P - 1.
Finally, unless the # flag is used, any trailing zeros are removed from the Finally, unless the # flag is used, any trailing zeros are removed from the
243) When applied to infinite and NaN values, the -, +, and space flag characters have their usual meaning;
the # and 0 flag characters have no effect.
fractional portion of the result and the decimal-point character is removed if fractional portion of the result and the decimal-point character is removed if
there is no fractional portion remaining. there is no fractional portion remaining.
A double argument representing an infinity or NaN is converted in the style A double argument representing an infinity or NaN is converted in the style