dart-sdk/runtime/third_party/double-conversion
Josh Soref ef42a0b110 Spelling pkg analyzer lib
Closes https://github.com/dart-lang/sdk/pull/50860

GitOrigin-RevId: b27066c37f93c8c6d1123d6ebd6a4c0afcf59844
Change-Id: I15fa4aea1dad45daf168e34d1c4450320ec9b40a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277742
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
2023-01-25 14:08:27 +00:00
..
src Spelling pkg analyzer lib 2023-01-25 14:08:27 +00:00
.gitignore - Update runtime/third_party/double-conversion to version 1.1.5. 2014-02-28 17:48:35 +00:00
AUTHORS Revert "Update double-conversion to 162356679e310566c8c36cb76703d9cfabe4cee8." 2021-12-01 22:59:28 +00:00
Changelog Revert "Update double-conversion to 162356679e310566c8c36cb76703d9cfabe4cee8." 2021-12-01 22:59:28 +00:00
COPYING
LICENSE Revert "Update double-conversion to 162356679e310566c8c36cb76703d9cfabe4cee8." 2021-12-01 22:59:28 +00:00
README Revert "Update double-conversion to 162356679e310566c8c36cb76703d9cfabe4cee8." 2021-12-01 22:59:28 +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.