On 25/06/18 20:05, Luc Van Oostenryck wrote: > Floating-point values are displayed using the printf > format "%Lf" but this is the format without exponent > (and with default precision of 6 digit). > > However, by its nature, this format is very imprecise. > For example, *all* values smaller than 0.5e-6 are displayed > as "0.000000". > > Improve this by using the "%Le" format which always use > an exponent and thus maximize the precision. Did you consider the "%Lg" format? ATB, Ramsay Jones -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html