dtoa
  1. Overview
  2. Docs
Converts OCaml floats into strings (doubles to ascii, "d to a"), using the efficient Grisu3 algorithm.

Install

Authors

Maintainers

Sources

dtoa-0.3.1.tbz
md5=c782646b12a03015dcecf687ea120a05

Description

This is a (partial) port of Google's double-conversion library from C++ to C.

Published: 09 Dec 2017

Dependencies (2)

  1. jbuilder >= "1.0+beta7"
  2. ocaml >= "4.01.0"

Dev Dependencies (1)

  1. ounit with-test & >= "2.0.0"

Used by (2)

  1. flow_parser >= "0.62.0" & < "0.159.0"
  2. flowtype >= "0.62.0"

Conflicts

None