@hackage / double-conversion

Fast conversion between single and double precision floating point and text

Latest2.0.5.0

About

Metadata

  • Last updated , by Haskell_Mouse
  • License BSD-2-Clause
  • Categories Text Processing
  • Maintained by: Bryan O'Sullivan <bos@serpentine.com>

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.6.2
  2. 9.4.7
  3. 9.2.8
  4. 9.0.2

Package Flags

Use the -f option with cabal commands to enable flags

    developer (off by default)

    operate in developer mode

    embedded_double_conversion (on by default)

    embed the C++ double_conversion library

Readme

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.