Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
M-I 3ca2a7cbaa Add OsX ppc compilation support. 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 Check in the double-conversion dependency 12 роки тому
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 12 роки тому
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 Add OsX ppc compilation support. 10 роки тому

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.