Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
Will Newton c91f3e46a3 Merge 4a799d34b0 into b403e4ab5b 10 lat temu
..
AUTHORS Check in the double-conversion dependency 12 lat temu
COPYING Check in the double-conversion dependency 12 lat temu
DOWNLOADED Check in the double-conversion dependency 12 lat temu
LICENSE Check in the double-conversion dependency 12 lat temu
README Check in the double-conversion dependency 12 lat temu
bignum-dtoa.cc Check in the double-conversion dependency 12 lat temu
bignum-dtoa.h Check in the double-conversion dependency 12 lat temu
bignum.cc Changed pos to unsigned int to prevent warning from happening. 10 lat temu
bignum.h Check in the double-conversion dependency 12 lat temu
cached-powers.cc Check in the double-conversion dependency 12 lat temu
cached-powers.h Check in the double-conversion dependency 12 lat temu
diy-fp.cc Check in the double-conversion dependency 12 lat temu
diy-fp.h Check in the double-conversion dependency 12 lat temu
double-conversion.cc Check in the double-conversion dependency 12 lat temu
double-conversion.h Check in the double-conversion dependency 12 lat temu
fast-dtoa.cc Add check for below array bounds 12 lat temu
fast-dtoa.h Check in the double-conversion dependency 12 lat temu
fixed-dtoa.cc Check in the double-conversion dependency 12 lat temu
fixed-dtoa.h Check in the double-conversion dependency 12 lat temu
ieee.h Check in the double-conversion dependency 12 lat temu
strtod.cc Check in the double-conversion dependency 12 lat temu
strtod.h Check in the double-conversion dependency 12 lat temu
utils.h c_src/double-conversion/utils.h: Add support for AArch64 10 lat temu

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.