| Package | Description | 
|---|---|
| org.apache.commons.math3.dfp | Decimal floating point library for Java | 
| Modifier and Type | Method and Description | 
|---|---|
| Dfp | BracketingNthOrderBrentSolverDFP. solve(int maxEval,
     UnivariateDfpFunction f,
     Dfp min,
     Dfp max,
     AllowedSolution allowedSolution)Deprecated.  Solve for a zero in the given interval. | 
| Dfp | BracketingNthOrderBrentSolverDFP. solve(int maxEval,
     UnivariateDfpFunction f,
     Dfp min,
     Dfp max,
     Dfp startValue,
     AllowedSolution allowedSolution)Deprecated.  Solve for a zero in the given interval, start at  startValue. | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.