We have a StreamBuffer class in which we haven\'t implemented std::fixed operations and I am trying to prevent number showing up in scientific nota
StreamBuffer
std::fixed
It looks to me like maybe you should try CppFormat. There are some examples of how to use it for formatting here.