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
92 -- 'e' code formatting with explicit precision (>= 0). Output should
103 -- precision 0. no decimal point in the output
137 -- precision 1
149 -- precision 2
168 -- omitted precision defaults to 6
176 -- a difference when precision is 0.
233 -- precision 0 doesn't make a lot of sense for the 'g' code (what does
235 -- as identical to precision 1
256 -- precision 1 identical to precision 0
277 -- precision 2
299 -- exactly <precision> significant digits.