No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Nobuhiro Iwamatsu d16a4fd968 Add check for below array bounds hace 12 años
..
AUTHORS Check in the double-conversion dependency hace 12 años
COPYING Check in the double-conversion dependency hace 12 años
DOWNLOADED Check in the double-conversion dependency hace 12 años
LICENSE Check in the double-conversion dependency hace 12 años
README Check in the double-conversion dependency hace 12 años
bignum-dtoa.cc Check in the double-conversion dependency hace 12 años
bignum-dtoa.h Check in the double-conversion dependency hace 12 años
bignum.cc Check in the double-conversion dependency hace 12 años
bignum.h Check in the double-conversion dependency hace 12 años
cached-powers.cc Check in the double-conversion dependency hace 12 años
cached-powers.h Check in the double-conversion dependency hace 12 años
diy-fp.cc Check in the double-conversion dependency hace 12 años
diy-fp.h Check in the double-conversion dependency hace 12 años
double-conversion.cc Check in the double-conversion dependency hace 12 años
double-conversion.h Check in the double-conversion dependency hace 12 años
fast-dtoa.cc Add check for below array bounds hace 12 años
fast-dtoa.h Check in the double-conversion dependency hace 12 años
fixed-dtoa.cc Check in the double-conversion dependency hace 12 años
fixed-dtoa.h Check in the double-conversion dependency hace 12 años
ieee.h Check in the double-conversion dependency hace 12 años
strtod.cc Check in the double-conversion dependency hace 12 años
strtod.h Check in the double-conversion dependency hace 12 años
utils.h __GNUC__ is a better choice than __GCC__ hace 12 años

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.