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.
 
 
 
 
Nobuhiro Iwamatsu c842cc1618 Fix typo in utils.h il y a 12 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 Check in the double-conversion dependency il y a 12 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 Check in the double-conversion dependency 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 Fix typo in utils.h il y a 12 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.