Tag Archives: print

C++ 11 std::async for Fast Float Format Finding

After a recent post on float precision there was some debate about round-tripping of floats. My claim was that if you print a float with printf(ā€œ%1.8eā€, f); and then scan it back in then you are guaranteed to get back … Continue reading

Posted in Floating Point, Programming, Visual Studio | Tagged , , , | 24 Comments