Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
M-I 4e48a15711 Merge 3ca2a7cbaa into b403e4ab5b il y a 10 ans
..
AUTHORS Check in the double-conversion dependency il y a 12 ans
COPYING Check in the double-conversion dependency il y a 12 ans
DOWNLOADED Check in the double-conversion dependency il y a 12 ans
LICENSE Check in the double-conversion dependency il y a 12 ans
README Check in the double-conversion dependency il y a 12 ans
bignum-dtoa.cc Check in the double-conversion dependency il y a 12 ans
bignum-dtoa.h Check in the double-conversion dependency il y a 12 ans
bignum.cc Changed pos to unsigned int to prevent warning from happening. il y a 10 ans
bignum.h Check in the double-conversion dependency il y a 12 ans
cached-powers.cc Check in the double-conversion dependency il y a 12 ans
cached-powers.h Check in the double-conversion dependency il y a 12 ans
diy-fp.cc Check in the double-conversion dependency il y a 12 ans
diy-fp.h Check in the double-conversion dependency il y a 12 ans
double-conversion.cc Check in the double-conversion dependency il y a 12 ans
double-conversion.h Check in the double-conversion dependency il y a 12 ans
fast-dtoa.cc Add check for below array bounds il y a 12 ans
fast-dtoa.h Check in the double-conversion dependency il y a 12 ans
fixed-dtoa.cc Check in the double-conversion dependency il y a 12 ans
fixed-dtoa.h Check in the double-conversion dependency il y a 12 ans
ieee.h Check in the double-conversion dependency il y a 12 ans
strtod.cc Check in the double-conversion dependency il y a 12 ans
strtod.h Check in the double-conversion dependency il y a 12 ans
utils.h Add OsX ppc compilation support. il y a 10 ans

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.