Re: No difference between %f, %lf, and %Lf?
Nathan Sims <[email protected]> Fri, 3 Jun 2011 10:04:05 -0700
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
Ah, yes, the precision specifier. Thanks Christiaan. On Jun 3, 2011, at 9:52 AM, Christiaan Hofman wrote: > The difference between %f, %lf, %Lf are about the size of the argument, not the representation as a string. For the representation such as number of decimals you have to provide flags and/or precision in the specifier IEEE printf specification. >