• Home
Name
Date
Size
#Lines
LOC

..--

COPYINGD03-May-20241.5 KiB2724

LICENSED03-May-20241.5 KiB2724

READMED03-May-2024480 128

bignum-dtoa.ccD03-May-202432 KiB660322

bignum-dtoa.hD03-May-20244.3 KiB8715

bignum.ccD03-May-202426.5 KiB771554

bignum.hD03-May-20245.9 KiB14677

cached-powers.ccD03-May-202410 KiB197154

cached-powers.hD03-May-20243.1 KiB6821

diy-fp.ccD03-May-20242.6 KiB6323

diy-fp.hD03-May-20244.3 KiB12359

double-conversion.ccD03-May-202423.7 KiB607455

double-conversion.hD03-May-202420 KiB37895

double.hD03-May-20249.8 KiB250160

fast-dtoa.ccD03-May-202435.5 KiB742361

fast-dtoa.hD03-May-20244 KiB8919

fixed-dtoa.ccD03-May-202417.1 KiB409267

fixed-dtoa.hD03-May-20242.8 KiB6110

strtod.ccD03-May-202419.1 KiB448287

strtod.hD03-May-20242 KiB469

utils.hD03-May-202411.2 KiB308147

README

1http://code.google.com/p/double-conversion
2
3This project (double-conversion) provides binary-decimal and decimal-binary
4routines for IEEE doubles.
5
6The library consists of efficient conversion routines that have been extracted
7from the V8 JavaScript engine. The code has been refactored and improved so that
8it can be used more easily in other projects.
9
10There is extensive documentation in src/double-conversion.h. Other examples can
11be found in test/cctest/test-conversions.cc.
12