You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Nobuhiro Iwamatsu d16a4fd968 Add check for below array bounds 11 years ago
..
AUTHORS Check in the double-conversion dependency 12 years ago
COPYING Check in the double-conversion dependency 12 years ago
DOWNLOADED Check in the double-conversion dependency 12 years ago
LICENSE Check in the double-conversion dependency 12 years ago
README Check in the double-conversion dependency 12 years ago
bignum-dtoa.cc Check in the double-conversion dependency 12 years ago
bignum-dtoa.h Check in the double-conversion dependency 12 years ago
bignum.cc Check in the double-conversion dependency 12 years ago
bignum.h Check in the double-conversion dependency 12 years ago
cached-powers.cc Check in the double-conversion dependency 12 years ago
cached-powers.h Check in the double-conversion dependency 12 years ago
diy-fp.cc Check in the double-conversion dependency 12 years ago
diy-fp.h Check in the double-conversion dependency 12 years ago
double-conversion.cc Check in the double-conversion dependency 12 years ago
double-conversion.h Check in the double-conversion dependency 12 years ago
fast-dtoa.cc Add check for below array bounds 11 years ago
fast-dtoa.h Check in the double-conversion dependency 12 years ago
fixed-dtoa.cc Check in the double-conversion dependency 12 years ago
fixed-dtoa.h Check in the double-conversion dependency 12 years ago
ieee.h Check in the double-conversion dependency 12 years ago
strtod.cc Check in the double-conversion dependency 12 years ago
strtod.h Check in the double-conversion dependency 12 years ago
utils.h __GNUC__ is a better choice than __GCC__ 11 years ago

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.