mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
Remove deprecated tag as the method has been made private already.
This commit is contained in:
parent
261ceec84b
commit
2e462ec48b
@ -147,8 +147,6 @@ public class LaguerreSolver extends AbstractPolynomialSolver {
|
||||
* @param fLo Function value at the lower bound of the search interval.
|
||||
* @param fHi Function value at the higher bound of the search interval.
|
||||
* @return the point at which the function value is zero.
|
||||
* @deprecated This method should not be part of the public API: It will
|
||||
* be made private in version 4.0.
|
||||
*/
|
||||
private double laguerre(double lo, double hi,
|
||||
double fLo, double fHi) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user