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: 11 months 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.
- Host: GitHub
- URL: https://github.com/haskell/double-conversion
- Owner: haskell
- License: other
- Created: 2011-11-17T21:23:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T22:55:59.000Z (almost 2 years ago)
- Last Synced: 2025-05-06T21:55:23.606Z (11 months ago)
- Language: C++
- Homepage: http://hackage.haskell.org/package/double-conversion
- Size: 6.84 MB
- Stars: 16
- Watchers: 6
- Forks: 35
- Open Issues: 11
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
- Authors: AUTHORS
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,
.