floatfield
Floatfield is a bitmask used in the C++ standard library to control the floating-point formatting of output streams. Defined as part of std::ios_base::fmtflags, it identifies the set of flags that influence how floating-point values are represented when streamed.
The floatfield mask works with setf and unsetf to apply a specific floating-point notation. The primary options
In practice, fixed and scientific control the appearance of numbers with a defined precision: fixed prints
Floatfield is part of the broader iostream formatting facilities, and is commonly used indirectly via manipulators