Lines Matching full:precision
128 formats the precision of the number is increased to force the first
173 .It Precision:
177 .Em precision
184 from a string; if the digit string is missing, the precision is treated
195 to request that additional precision be used, if available.
198 A field width or precision may be
203 supplies the field width or precision.
216 after the decimal point is equal to the precision specification for
218 If the precision is missing, 6 digits are given; if the precision
235 the precision specification for the argument; when the precision is
251 whichever gives full precision in minimum space.
260 after is equal to the precision specification for the argument;
261 when the precision is missing, enough digits are produced to convey
262 the argument's exact double-precision floating-point representation.
276 indicated by the precision specification is reached; however if the
277 precision is 0 or missing, the string is printed entirely.
396 formats with a precision
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
405 modifier may produce additional precision, depending on the hardware platform.)