You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Luc Maisonobe (JIRA)" <ji...@apache.org> on 2010/02/23 22:11:27 UTC

[jira] Resolved: (MATH-344) Brent solver returns the wrong value if either bracket endpoint is root

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

Luc Maisonobe resolved MATH-344.
--------------------------------

    Resolution: Fixed

Fixed in subversion repository as of r915522
thanks for reporting the issue

> Brent solver returns the wrong value if either bracket endpoint is root
> -----------------------------------------------------------------------
>
>                 Key: MATH-344
>                 URL: https://issues.apache.org/jira/browse/MATH-344
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Volkan Aktas
>            Priority: Critical
>
> The solve(final UnivariateRealFunction f, final double min, final double max, final double initial) function returns yMin or yMax if min or max are deemed to be roots, respectively, instead of min or max.

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