選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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