-
Recent Posts
Categories
- AltDevBlogADay
- Bugs
- Chromium
- Code analysis
- Code Reliability
- Commuting
- Computers and Internet
- Debugging
- Documentation
- Drinks
- Environment
- Floating Point
- Fractals
- Fun
- Gaming
- Investigative Reporting
- Linux
- Math
- memory
- Performance
- Programming
- Quadratic
- Rants
- Security
- Symbols
- Travel
- uiforetw
- Uncategorized
- Unicycling
- Visual Studio
- WLPG
- Xbox 360
- xperf
Follow me on Twitter
My TweetsMeta
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 float, precision, print, scanf
24 Comments