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.
 
 
 
 
M-I 4e48a15711 Merge 3ca2a7cbaa into b403e4ab5b há 10 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 Changed pos to unsigned int to prevent warning from happening. há 10 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 Add OsX ppc compilation support. há 10 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.