1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# Welcome to double-conversion
double-conversion is a fast Haskell library for converting between
double precision floating point numbers and text strings. It is
implemented as a binding to the V8-derived C++ [double-conversion
library](https://github.com/floitsch/double-conversion).
# Join in!
We are happy to receive bug reports, fixes, documentation enhancements,
and other improvements.
Please report bugs via the
[github issue tracker](https://github.com/bos/double-conversion/issues).
Master [git repository](https://github.com/bos/double-conversion):
* `git clone git://github.com/bos/double-conversion.git`
There's also a [Mercurial mirror](https://bitbucket.org/bos/double-conversion):
* `hg clone https://bitbucket.org/bos/double-conversion`
(You can create and contribute changes using either git or Mercurial.)
Authors
-------
This library is written and maintained by Bryan O'Sullivan,
<bos@serpentine.com>.
|