double-conversion

Fast conversion between double precision floating point and text

https://github.com/bos/double-conversion

Version on this page:2.0.1.0
LTS Haskell 22.14:2.0.5.0
Stackage Nightly 2024-03-29:2.0.5.0
Latest on Hackage:2.0.5.0

See all snapshots double-conversion appears in

BSD-3-Clause licensed and maintained by Bryan O'Sullivan
This version can be pinned in stack with:double-conversion-2.0.1.0@sha256:880879ad1d1e00f5ea0d80f292b13fada10c30f501f18e0506f6408a3836d01c,3535

Module documentation for 2.0.1.0

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/bos/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, [email protected].