wok diff double-conversion/description.txt @ rev 24912

updated mm-common (1.0.0 -> 1.0.4)
author Hans-G?nter Theisgen
date Sat Apr 09 15:43:43 2022 +0100 (2022-04-09)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/double-conversion/description.txt	Sat Apr 09 15:43:43 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +Double-conversion provides binary-decimal and decimal-binary routines
     1.5 +for IEEE doubles.
     1.6 +
     1.7 +The library consists of efficient conversion routines that have been
     1.8 +extracted from the V8 JavaScript engine.
     1.9 +The code has been refactored and improved so that it can be used more
    1.10 +easily in other projects.