wok view double-conversion/description.txt @ rev 25031

Add fatcat
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 20 09:25:51 2022 +0000 (2022-05-20)
parents
children
line source
1 Double-conversion provides binary-decimal and decimal-binary routines
2 for IEEE doubles.
4 The library consists of efficient conversion routines that have been
5 extracted from the V8 JavaScript engine.
6 The code has been refactored and improved so that it can be used more
7 easily in other projects.