dtoaversion
Converts OCaml floats into strings, using the efficient Grisu3 algorithm
A library for converting floats to strings (doubles to ascii, "d to a").
This is a (partial) port of Google's double-conversion library from C++ to C.
Author | Marshall Roch <mroch@fb.com> |
---|---|
License | BSD-3-Clause |
Published | |
Homepage | https://github.com/flowtype/ocaml-dtoa |
Issue Tracker | https://github.com/flowtype/ocaml-dtoa/issues |
Maintainer | Marshall Roch <mroch@fb.com> |
Dependencies |
|
Source [http] | https://github.com/ocaml/opam-source-archives/raw/main/dtoa-0.1.tar.gz sha256=7501ae1806147660a71634494f9dd5eccfedbbd387c5f3a44173e4e289fdb08b md5=40cb786876812a7e70ab5a7cf4094829 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dtoa/dtoa.0.1/opam |
Required by
- flow_parser>=0.62.0 & <0.159.0