package dtoa

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
sha256=ddfb10cad93b80e3a4c4a384351974d46c92464246ea27d4b87280760dbe7174
md5=b974e5ef17b357b0e8fe24c1fcc472c5

CHANGES.md.html

v0.3.0 2017-09-26

Switch to jbuilder

v0.2.0 2017-09-26

  • Relicensed under MIT (see https://code.facebook.com/posts/300798627056246)

  • Ported Bignum from double-conversion to replace printf fallback when grisu3 fails

  • Added js_of_ocaml stubs so that code using this library can compile to JS

v0.1.0 2017-04-03

First release.

OCaml

Innovation. Community. Security.