tenfourfox/mfbt/double-conversion
Cameron Kaiser c9b2922b70 hello FPR 2017-04-19 00:56:45 -07:00
..
LICENSE hello FPR 2017-04-19 00:56:45 -07:00
README hello FPR 2017-04-19 00:56:45 -07:00
ToPrecision-exponential.patch hello FPR 2017-04-19 00:56:45 -07:00
add-mfbt-api-markers.patch hello FPR 2017-04-19 00:56:45 -07:00
bignum-dtoa.cc hello FPR 2017-04-19 00:56:45 -07:00
bignum-dtoa.h hello FPR 2017-04-19 00:56:45 -07:00
bignum.cc hello FPR 2017-04-19 00:56:45 -07:00
bignum.h hello FPR 2017-04-19 00:56:45 -07:00
cached-powers.cc hello FPR 2017-04-19 00:56:45 -07:00
cached-powers.h hello FPR 2017-04-19 00:56:45 -07:00
diy-fp.cc hello FPR 2017-04-19 00:56:45 -07:00
diy-fp.h hello FPR 2017-04-19 00:56:45 -07:00
double-conversion.cc hello FPR 2017-04-19 00:56:45 -07:00
double-conversion.h hello FPR 2017-04-19 00:56:45 -07:00
fast-dtoa.cc hello FPR 2017-04-19 00:56:45 -07:00
fast-dtoa.h hello FPR 2017-04-19 00:56:45 -07:00
fixed-dtoa.cc hello FPR 2017-04-19 00:56:45 -07:00
fixed-dtoa.h hello FPR 2017-04-19 00:56:45 -07:00
ieee.h hello FPR 2017-04-19 00:56:45 -07:00
strtod.cc hello FPR 2017-04-19 00:56:45 -07:00
strtod.h hello FPR 2017-04-19 00:56:45 -07:00
update.sh hello FPR 2017-04-19 00:56:45 -07:00
use-StandardInteger.patch hello FPR 2017-04-19 00:56:45 -07:00
use-mozilla-assertions.patch hello FPR 2017-04-19 00:56:45 -07:00
use-static_assert.patch hello FPR 2017-04-19 00:56:45 -07:00
utils.h hello FPR 2017-04-19 00:56:45 -07: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.