Lines Matching +full:2 +full:- +full:point

12 .\" 2. Redistributions in binary form must reproduce the above copyright
63 .Bl -bullet -offset indent -compact
77 .St -ansiC ,
82 .Bl -tag -width Ds -offset indent -compact
88 Write a <form-feed> character.
90 Write a <new-line> character.
103 value is the 1-, 2-, or 3-digit
115 .Bl -tag -width Ds
117 .Bl -tag -width Ds
133 format, a non-zero result has the string
141 formats, the result will always contain a decimal point, even if no
142 digits follow the point (normally, a decimal point only appears in the
143 results of those formats if a digit follows the decimal point).
150 .It Cm \&\-
151 A minus sign `\-' which specifies
162 A zero `0' character indicating that zero-padding should be used
163 rather than blank-padding.
164 A `\-' overrides a `0' if both are used;
170 be blank-padded on the left (or right, if the left-adjustment indicator
178 which specifies the number of digits to appear after the decimal point,
191 The floating-point format specifiers
206 .Bl -tag -width Fl
215 is printed in the style `[\-]ddd.ddd' where the number of d's
216 after the decimal point is equal to the precision specification for
219 is explicitly 0, no digits and no decimal point are printed.
231 .Sq Op - Ar d.ddd No \(+- Ar dd
234 is one digit before the decimal point and the number after is equal to
257 .Sq Op - Ar h.hhh No \(+- Li p Ar d
259 where there is one digit before the hexadecimal point and the number
262 the argument's exact double-precision floating-point representation.
300 The decimal point
304 In no case does a non-existent or small field width cause truncation of
315 .Ex -std
319 .Bd -literal -offset indent
326 .Bd -literal -offset indent
332 .Bd -literal -offset indent
333 $ printf "%+d\en%d\en%d\en" 1 -2 13
335 -2
341 .Bd -literal -offset indent
342 $ printf "%+d\en" 1 -2 13
344 -2
348 Print number using only two digits after the decimal point:
349 .Bd -literal -offset indent
350 $ printf "%.2f\en" 31.7456
368 .St -p1003.2
381 Trying to print a dash ("-") as the first character causes
384 .Nm --
389 (such as UTF-8),
399 Since the floating point numbers are translated from ASCII
400 to floating-point and then back again, floating-point precision may be lost.
401 (By default, the number is translated to an IEEE-754 double-precision