Skip to content
Snippets Groups Projects
  1. Oct 25, 2017
    • Mark OLESEN's avatar
      ENH: handle underflow (rounding) of float/double as zero (issue #625) · ec92e198
      Mark OLESEN authored
      - The problem occurs when using atof to parse values such as "1e-39"
        since this is out of range for a float and _can_ set errno to
        ERANGE.
      
        Similar to parsing of integers, now parse with the longest floating
        point representation "long double" via strtold (guaranteed to be
        part of C++11) and verify against the respective VGREAT values for
        overflow. Treat anything smaller than VSMALL to be zero.
      ec92e198
  2. Oct 24, 2017
  3. Oct 23, 2017
  4. Oct 20, 2017
  5. Oct 13, 2017
  6. Oct 12, 2017
  7. Oct 11, 2017
  8. Oct 10, 2017
  9. Oct 09, 2017