MathUtils.gcd(Integer.MIN_VALUE, 0) should throw an Exception instead of 
returning Integer.MIN_VALUE
----------------------------------------------------------------------------------------------------

                 Key: MATH-243
                 URL: https://issues.apache.org/jira/browse/MATH-243
             Project: Commons Math
          Issue Type: Bug
            Reporter: Christian Semrau
            Priority: Minor


The gcd method should throw an Exception for gcd(Integer.MIN_VALUE, 0), like 
for gcd(Integer.MIN_VALUE, Integer.MIN_VALUE). The method should only return 
nonnegative results.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to