Transcription: The stream classes have member functions that allow you to change the precision of floating point values, the width of fields, and the fill character. In this example, the function precision is used to set the precision in the format state of COUT to 2. The output of this example is 6.67. That is, the value of f rounded to have two digits after the decimal point.