Skip to content
Snippets Groups Projects
  • Marco Biasini's avatar
    5d763caf
    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
    History
    prefer std::abs over abs
    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.