git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1141921 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-07-01 12:44:47 +00:00
parent 4500105e12
commit 5c185f118b
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ public class BrentSolver extends AbstractUnivariateRealSolver {
/**
* Search for a zero inside the provided interval.
* This implemenation is based on the algorithm described at page 58 of
* This implementation is based on the algorithm described at page 58 of
* the book
* <quote>
* <b>Algorithms for Minimization Without Derivatives</b>