dart-sdk/runtime/third_party/double-conversion
2016-10-26 08:50:54 -07:00
..
src Format GN files and add a presubmit check that GN is properly formatted 2016-10-26 08:50:54 -07:00
.gitignore - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00
AUTHORS - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00
Changelog - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00
COPYING double-conversion drop. 2011-11-28 18:38:38 +00:00
LICENSE double-conversion drop. 2011-11-28 18:38:38 +00:00
README double-conversion drop. 2011-11-28 18:38:38 +00:00
README.dart - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00

http://code.google.com/p/double-conversion

This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.

The library consists of efficient conversion routines that have been extracted
from the V8 JavaScript engine. The code has been refactored and improved so that
it can be used more easily in other projects.

There is extensive documentation in src/double-conversion.h. Other examples can
be found in test/cctest/test-conversions.cc.