Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

11 rindas
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.