Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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