1. 26 8月, 2017 2 次提交
    • J
      Fix test link error. · dbdd168e
      John Lindgren 提交于
      dbdd168e
    • J
      Rewrite UnityPrintFloat to match printf("%.6g"). · 0e7eb545
      John Lindgren 提交于
      The existing implementation was not very good:
       - It printed all very small values as "0.000000..."
       - It did not distinguish positive and negative zero
       - In some cases it printed extra garbage digits for single-precision values
         (e.g. 3.9e+30 was printed as 3.90000013+30)
      
      Tests have been updated to check that we now match printf("%.6g") for
      1,000,000 randomly chosen values, except for rounding of the 6th digit.
      0e7eb545
  2. 04 8月, 2017 3 次提交
  3. 02 8月, 2017 3 次提交
  4. 26 6月, 2017 1 次提交
  5. 10 5月, 2017 2 次提交
  6. 25 4月, 2017 1 次提交
  7. 08 4月, 2017 1 次提交
  8. 30 3月, 2017 1 次提交
  9. 29 3月, 2017 7 次提交
  10. 28 3月, 2017 3 次提交
  11. 27 3月, 2017 5 次提交
  12. 22 3月, 2017 5 次提交
  13. 21 3月, 2017 6 次提交