summaryrefslogtreecommitdiffstats
path: root/libraries/double-conversion/README
diff options
context:
space:
mode:
author Steven Voges <svoges.sbo@gmail.com>2023-03-31 19:00:13 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-01 09:14:17 +0700
commitf2b784a3cc25e745314583f03ccbb68e2c7402f0 (patch)
tree3653ac01ab21ac3636d84362076c7f9f7dc8c3d3 /libraries/double-conversion/README
parent5796ab7d617e34af1a5a374c4990b0c787136b80 (diff)
downloadslackbuilds-f2b784a3cc25e745314583f03ccbb68e2c7402f0.tar.gz
slackbuilds-f2b784a3cc25e745314583f03ccbb68e2c7402f0.tar.xz
libraries/double-conversion: Updated for v 3.2.1. New maintainer.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/double-conversion/README')
-rw-r--r--libraries/double-conversion/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/double-conversion/README b/libraries/double-conversion/README
index 2357add844..058f4fed14 100644
--- a/libraries/double-conversion/README
+++ b/libraries/double-conversion/README
@@ -1,12 +1,13 @@
-Efficient binary-decimal and decimal-binary conversion routines for
-IEEE doubles.
+double-conversion provides efficient binary-decimal and decimal-binary
+conversion 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
- double-conversion/double-conversion.h
+ double-conversion/string-to-double.h
+ double-conversion/double-to-string.h
Other examples can be found in
test/cctest/test-conversions.cc