Formatted floating-point numbers
nFormatted floating-point numbers require the use of two filed width manipulators.
nThe first manipulator sets the total width of the display, including the decimal point
nsetw(10)
nThe second manipulator determines how many digits can be printed to the right of the decimal point
nsetprecision(3)
n