Mypal/mfbt/double-conversion
Fedor 277045c132 ooops, some files where missed 2019-03-12 18:31:25 +03:00
..
LICENSE ooops, some files where missed 2019-03-12 18:31:25 +03:00
README ooops, some files where missed 2019-03-12 18:31:25 +03:00
ToPrecision-exponential.patch basic source 2019-03-11 13:26:37 +03:00
add-mfbt-api-markers.patch basic source 2019-03-11 13:26:37 +03:00
bignum-dtoa.cc basic source 2019-03-11 13:26:37 +03:00
bignum-dtoa.h basic source 2019-03-11 13:26:37 +03:00
bignum.cc basic source 2019-03-11 13:26:37 +03:00
bignum.h basic source 2019-03-11 13:26:37 +03:00
cached-powers.cc basic source 2019-03-11 13:26:37 +03:00
cached-powers.h basic source 2019-03-11 13:26:37 +03:00
diy-fp.cc basic source 2019-03-11 13:26:37 +03:00
diy-fp.h basic source 2019-03-11 13:26:37 +03:00
double-conversion.cc basic source 2019-03-11 13:26:37 +03:00
double-conversion.h basic source 2019-03-11 13:26:37 +03:00
fast-dtoa.cc basic source 2019-03-11 13:26:37 +03:00
fast-dtoa.h basic source 2019-03-11 13:26:37 +03:00
fixed-dtoa.cc basic source 2019-03-11 13:26:37 +03:00
fixed-dtoa.h basic source 2019-03-11 13:26:37 +03:00
ieee.h basic source 2019-03-11 13:26:37 +03:00
strtod.cc basic source 2019-03-11 13:26:37 +03:00
strtod.h basic source 2019-03-11 13:26:37 +03:00
update.sh basic source 2019-03-11 13:26:37 +03:00
use-StandardInteger.patch basic source 2019-03-11 13:26:37 +03:00
use-mozilla-assertions.patch basic source 2019-03-11 13:26:37 +03:00
use-static_assert.patch basic source 2019-03-11 13:26:37 +03:00
utils.h basic source 2019-03-11 13:26:37 +03:00

README

http://code.google.com/p/double-conversion

This project (double-conversion) provides binary-decimal and decimal-binary
routines for IEEE doubles.

The library consists of efficient conversion routines that have been extracted
from the V8 JavaScript engine. The code has been refactored and improved so that
it can be used more easily in other projects.

There is extensive documentation in src/double-conversion.h. Other examples can
be found in test/cctest/test-conversions.cc.