gecko-dev/mfbt/double-conversion
Nathan Froyd 380e5b6b93 Bug 614188 - Part 2: import double-conversion sources; r=Waldo 2012-03-19 12:22:32 -04:00
..
LICENSE
README
add-mfbt-api-markers.patch
bignum-dtoa.cc
bignum-dtoa.h
bignum.cc
bignum.h
cached-powers.cc
cached-powers.h
diy-fp.cc
diy-fp.h
double-conversion.cc
double-conversion.h
fast-dtoa.cc
fast-dtoa.h
fixed-dtoa.cc
fixed-dtoa.h
ieee.h
strtod.cc
strtod.h
update.sh
use-StandardInteger.patch
utils.h

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.