michael@0: http://code.google.com/p/double-conversion michael@0: michael@0: This project (double-conversion) provides binary-decimal and decimal-binary michael@0: routines for IEEE doubles. michael@0: michael@0: The library consists of efficient conversion routines that have been extracted michael@0: from the V8 JavaScript engine. The code has been refactored and improved so that michael@0: it can be used more easily in other projects. michael@0: michael@0: There is extensive documentation in src/double-conversion.h. Other examples can michael@0: be found in test/cctest/test-conversions.cc.