Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Nobuhiro Iwamatsu d16a4fd968 Add check for below array bounds há 12 anos
..
AUTHORS Check in the double-conversion dependency há 12 anos
COPYING Check in the double-conversion dependency há 12 anos
DOWNLOADED Check in the double-conversion dependency há 12 anos
LICENSE Check in the double-conversion dependency há 12 anos
README Check in the double-conversion dependency há 12 anos
bignum-dtoa.cc Check in the double-conversion dependency há 12 anos
bignum-dtoa.h Check in the double-conversion dependency há 12 anos
bignum.cc Check in the double-conversion dependency há 12 anos
bignum.h Check in the double-conversion dependency há 12 anos
cached-powers.cc Check in the double-conversion dependency há 12 anos
cached-powers.h Check in the double-conversion dependency há 12 anos
diy-fp.cc Check in the double-conversion dependency há 12 anos
diy-fp.h Check in the double-conversion dependency há 12 anos
double-conversion.cc Check in the double-conversion dependency há 12 anos
double-conversion.h Check in the double-conversion dependency há 12 anos
fast-dtoa.cc Add check for below array bounds há 12 anos
fast-dtoa.h Check in the double-conversion dependency há 12 anos
fixed-dtoa.cc Check in the double-conversion dependency há 12 anos
fixed-dtoa.h Check in the double-conversion dependency há 12 anos
ieee.h Check in the double-conversion dependency há 12 anos
strtod.cc Check in the double-conversion dependency há 12 anos
strtod.h Check in the double-conversion dependency há 12 anos
utils.h __GNUC__ is a better choice than __GCC__ há 12 anos

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.