Revision history of "CPP/Formatting/Decimals"

From ProgrammingExamples
Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 11:40, 24 February 2011Daviddoria (Talk | contribs). . (366 bytes) (+366). . (Created page with '==Decimals.cpp== <source lang="cpp"> #include <iostream> #include <iomanip> int main (int, char *[]) { float a = 1.23456; std::cout << std::fixed << std::setprecision(2) <<…')