@hackage double-conversion2.0.5.0
Fast conversion between single and double precision floating point and text
Categories
License
BSD-2-Clause
Maintainer
Bryan O'Sullivan <bos@serpentine.com>
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4 && <5
- bytestring
- ghc-prim
- text >=0.11.0.8 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
embedded_double_conversion
(on by default)
embed the C++ double_conversion library
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/haskell/double-conversion
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.