Rounding a Double with Exp form

I have code that it outputting doubles in the form of 1.08288e+006.

How do I round the double to only one decimal point eg, 1.1?
look up std::setprecision & std::fixed
Topic archived. No new replies allowed.