25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Nobuhiro Iwamatsu d16a4fd968 Add check for below array bounds 12 yıl önce
..
AUTHORS Check in the double-conversion dependency 12 yıl önce
COPYING Check in the double-conversion dependency 12 yıl önce
DOWNLOADED Check in the double-conversion dependency 12 yıl önce
LICENSE Check in the double-conversion dependency 12 yıl önce
README Check in the double-conversion dependency 12 yıl önce
bignum-dtoa.cc Check in the double-conversion dependency 12 yıl önce
bignum-dtoa.h Check in the double-conversion dependency 12 yıl önce
bignum.cc Check in the double-conversion dependency 12 yıl önce
bignum.h Check in the double-conversion dependency 12 yıl önce
cached-powers.cc Check in the double-conversion dependency 12 yıl önce
cached-powers.h Check in the double-conversion dependency 12 yıl önce
diy-fp.cc Check in the double-conversion dependency 12 yıl önce
diy-fp.h Check in the double-conversion dependency 12 yıl önce
double-conversion.cc Check in the double-conversion dependency 12 yıl önce
double-conversion.h Check in the double-conversion dependency 12 yıl önce
fast-dtoa.cc Add check for below array bounds 12 yıl önce
fast-dtoa.h Check in the double-conversion dependency 12 yıl önce
fixed-dtoa.cc Check in the double-conversion dependency 12 yıl önce
fixed-dtoa.h Check in the double-conversion dependency 12 yıl önce
ieee.h Check in the double-conversion dependency 12 yıl önce
strtod.cc Check in the double-conversion dependency 12 yıl önce
strtod.h Check in the double-conversion dependency 12 yıl önce
utils.h __GNUC__ is a better choice than __GCC__ 12 yıl önce

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.