[
https://issues.apache.org/jira/browse/MATH-243?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Luc Maisonobe resolved MATH-243.
--------------------------------
Resolution: Fixed
Fixed in trunk as of r746511.
Thanks for the patch
> 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
> Attachments: gcdPatch.txt
>
>
> 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.