-
- Downloads
prefer std::abs over abs
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.
Please register or sign in to comment
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.