Just to clarify what i needed was... %.8g or %.7e
Significant digits, or fixed width scientific form. I needed more significant digits.
%.8f controls how many digits to print after the decimal point, which is not the same thing.
Almighty Bob via Digitalmars-d-learn Tue, 24 Feb 2015 13:19:07 -0800
Just to clarify what i needed was... %.8g or %.7e
Significant digits, or fixed width scientific form. I needed more significant digits.
%.8f controls how many digits to print after the decimal point, which is not the same thing.