scientific
scientific
ios_base& scientific(ios_base& str);
The manipulator effectively calls str.
setf
(ios_base::
scientific
, ios_base::
floatfield
)
, then returns str
.
scientific
ios_base& scientific(ios_base& str);
The manipulator effectively calls str.
setf
(ios_base::
scientific
, ios_base::
floatfield
)
, then returns str
.