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.
 
 
 
 
Emil Falk 587f143e27 Changed pos to unsigned int to prevent warning from happening. 10 年之前
..
AUTHORS Check in the double-conversion dependency 12 年之前
COPYING Check in the double-conversion dependency 12 年之前
DOWNLOADED Check in the double-conversion dependency 12 年之前
LICENSE Check in the double-conversion dependency 12 年之前
README Check in the double-conversion dependency 12 年之前
bignum-dtoa.cc Check in the double-conversion dependency 12 年之前
bignum-dtoa.h Check in the double-conversion dependency 12 年之前
bignum.cc Changed pos to unsigned int to prevent warning from happening. 10 年之前
bignum.h Check in the double-conversion dependency 12 年之前
cached-powers.cc Check in the double-conversion dependency 12 年之前
cached-powers.h Check in the double-conversion dependency 12 年之前
diy-fp.cc Check in the double-conversion dependency 12 年之前
diy-fp.h Check in the double-conversion dependency 12 年之前
double-conversion.cc Check in the double-conversion dependency 12 年之前
double-conversion.h Check in the double-conversion dependency 12 年之前
fast-dtoa.cc Add check for below array bounds 11 年之前
fast-dtoa.h Check in the double-conversion dependency 12 年之前
fixed-dtoa.cc Check in the double-conversion dependency 12 年之前
fixed-dtoa.h Check in the double-conversion dependency 12 年之前
ieee.h Check in the double-conversion dependency 12 年之前
strtod.cc Check in the double-conversion dependency 12 年之前
strtod.h Check in the double-conversion dependency 12 年之前
utils.h __GNUC__ is a better choice than __GCC__ 11 年之前

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.