Lines Matching full:precision
1 -- 'f' code formatting, with explicit precision (>= 0). Output always
12 -- precision 0; result should never include a .
28 -- precision 1
44 -- precision 2
61 -- makes a difference when the precision is 0.
71 -- if precision is omitted it defaults to 6
84 -- 'e' code formatting with explicit precision (>= 0). Output should
95 -- precision 0. no decimal point in the output
129 -- precision 1
141 -- precision 2
160 -- omitted precision defaults to 6
168 -- a difference when precision is 0.
217 -- precision 0 doesn't make a lot of sense for the 'g' code (what does
219 -- as identical to precision 1
240 -- precision 1 identical to precision 0
261 -- precision 2
288 -- exactly <precision> significant digits.