dtoaversion
Converts OCaml floats into strings (doubles to ascii, "d to a"), using the efficient Grisu3 algorithm.
This is a (partial) port of Google's double-conversion library from C++ to C.
Author | Marshall Roch <mroch@fb.com> |
---|---|
License | MIT |
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/flowtype/ocaml-dtoa/releases/download/v0.3.1/dtoa-0.3.1.tbz sha256=d65e91d1ca794c0c82b29c8bd1d36a7507a09695b64be8c17c068b7f80d4fe67 md5=c782646b12a03015dcecf687ea120a05 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dtoa/dtoa.0.3.1/opam |
Required by
- flow_parser>=0.62.0 & <0.159.0
- flowtype>=0.62.0