Adam Warner <[EMAIL PROTECTED]> wrote: > In other words sprintf is printing trailing garbage:
Well, the underlaying architecture is defining the precision of floats. And due to the binary nature of the representation of floats they are mostly just and inprecise approximation of a given float value and of course only until a certain limit of digits. All printed digits beyond that limit are just not defined, implementation dependent, whatever - or garbage. > Regards, > Adam leo