Skip to content
Snippets Groups Projects
  1. Jun 14, 2012
  2. Jun 13, 2012
  3. Jun 12, 2012
  4. Jun 11, 2012
  5. Jun 10, 2012
    • Marco Biasini's avatar
      prefer std::abs over abs · 5d763caf
      Marco Biasini authored
      use of abs is dangerous as on some systems this refers to
      the C library function abs, which operates on ints and thus
      truncates the floating point part of a number.
      5d763caf
Loading