@hackage double-conversion0.2.0.1
Fast conversion between double precision floating point and text
Categories
License
BSD-3-Clause
Maintainer
Bryan O'Sullivan <bos@mailrank.com>
Links
Versions
Installation
Dependencies (5)
- base >=4 && <5
- bytestring
- ghc-prim
- integer-gmp >=0.2 && <0.4
- text >=0.11.0.8 && <1.3 Show all…
Dependents (35)
@hackage/repa-scalar, @hackage/hdmenu, @hackage/blaze-textual, @hackage/redis-resp, @hackage/blaze-textual-native, @hackage/sv-core, Show all…
Package Flags
developer
(off by default)
operate in developer mode
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.
Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone git://github.com/mailrank/double-conversion.git
There's also a Mercurial mirror:
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@mailrank.com.