Andy Dougherty wrote: >> On Wed, 28 Jul 2010, Zefram wrote: >> > That would be a mess. The better solution is for negative zero to >> > stringify as "0". > >But wouldn't that would eliminate the possibility of printing out a valid >result of an IEEE-754 calculation? No. Only implicit stringification is affected; explicit conversion with printf %f, etc., would still output the sign when expected. -zeframThread Previous | Thread Next