Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/haskell/double-conversion

Last synced: about 1 month ago
JSON representation

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.

Awesome Lists containing this project

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](https://github.com/google/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/haskell/double-conversion/issues).

Master [git repository](https://github.com/haskell/double-conversion):

* `git clone git://github.com/haskell/double-conversion`

Authors
-------

This library is written and maintained by Bryan O'Sullivan,
.