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.2/dtoa-v0.3.2.tbz sha256=b613700295897ed57c2f4f1a6809084813124d9fd66c5dd5334f20dc32b0707e sha512=16b31cd2af6b51be702dc9b9f6837e2c213f15cab634afe6c7bb6c7e827071af4694976c1d7e4e713289f41c330f2ec25685b7b26734007889513d462a2e9518 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dtoa/dtoa.0.3.2/opam |
Required by
- flow_parser>=0.62.0 & <0.229.1
- flowtype>=0.62.0