wok-current annotate double-conversion/description.txt @ rev 25445
itaka: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 07:38:52 2022 +0000 (2022-09-06) |
parents | |
children |
rev | line source |
---|---|
Hans-G?nter@24666 | 1 Double-conversion provides binary-decimal and decimal-binary routines |
Hans-G?nter@24666 | 2 for IEEE doubles. |
Hans-G?nter@24666 | 3 |
Hans-G?nter@24666 | 4 The library consists of efficient conversion routines that have been |
Hans-G?nter@24666 | 5 extracted from the V8 JavaScript engine. |
Hans-G?nter@24666 | 6 The code has been refactored and improved so that it can be used more |
Hans-G?nter@24666 | 7 easily in other projects. |