1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mfbt/double-conversion/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +http://code.google.com/p/double-conversion 1.5 + 1.6 +This project (double-conversion) provides binary-decimal and decimal-binary 1.7 +routines for IEEE doubles. 1.8 + 1.9 +The library consists of efficient conversion routines that have been extracted 1.10 +from the V8 JavaScript engine. The code has been refactored and improved so that 1.11 +it can be used more easily in other projects. 1.12 + 1.13 +There is extensive documentation in src/double-conversion.h. Other examples can 1.14 +be found in test/cctest/test-conversions.cc.