ios_base& fixed(ios_base& str);
ios_base& scientific(ios_base& str);
ios_base& hexfloat(ios_base& str);
Effects: Calls str.setf(ios_Βbaseβ::βfixed | ios_Βbaseβ::βscientific, ios_Βbaseβ::βfloatfield).
[βNote: The more obvious use of ios_Βbaseβ::βhex to specify hexadecimal floating-point format would change the meaning of existing well defined programs. C++ 2003 gives no meaning to the combination of fixed and scientific.βββend noteβ]
ios_base& defaultfloat(ios_base& str);