Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

11 rader
480 B

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