1. 17 11月, 2016 1 次提交
    • J
      Use an integer cast to print floating point numbers more precisely · 9653fbf7
      jsalling 提交于
      Improve printing six decimal places, remove trailing 0's, fix the carry when
      numbers like 0.9999999 round up and print leading zeros in the decimal
      
      The first attempt at printing floats had precision issues where the last few
      digits would often be wrong. This next approach may yield a better algorithm
      for numbers less than 4.29 billion, those that fit in 32 bits.
      9653fbf7
  2. 13 11月, 2016 2 次提交
  3. 28 10月, 2016 2 次提交
  4. 12 10月, 2016 2 次提交
  5. 11 10月, 2016 2 次提交
  6. 06 10月, 2016 2 次提交
  7. 27 9月, 2016 2 次提交
  8. 26 9月, 2016 2 次提交
  9. 22 9月, 2016 6 次提交
  10. 21 9月, 2016 1 次提交
  11. 07 9月, 2016 1 次提交
  12. 04 9月, 2016 12 次提交
  13. 02 9月, 2016 1 次提交
  14. 01 9月, 2016 3 次提交
  15. 31 8月, 2016 1 次提交