[ 
https://issues.apache.org/jira/browse/MATH-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sebb updated MATH-482:
----------------------

    Affects Version/s: 3.0
                       2.2

> FastMath.max(50.0f, -50.0f) => -50.0f; should be +50.0f
> -------------------------------------------------------
>
>                 Key: MATH-482
>                 URL: https://issues.apache.org/jira/browse/MATH-482
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.2, 3.0
>            Reporter: Sebb
>            Assignee: Sebb
>             Fix For: 2.2, 3.0
>
>
> FastMath.max(50.0f, -50.0f) => -50.0f; should be +50.0f.
> This is because the wrong variable is returned.
> The bug was not detected by the test case "testMinMaxFloat()" because that 
> has a bug too - it tests doubles, not floats.

-- 
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