Skip to content

Rational: avoid testing values that invoke undefined behavior

Dan Eble requested to merge dev/eble/ub into master

Rational: avoid testing values that invoke undefined behavior

std::abs() and possibly gcd () don't handle the most negative int64_t.

Edited by Dan Eble

Merge request reports