mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
Phil Steitz
eb6fb6cda4
-Changed UnivariateRealFunction.solve() to throw FunctionEvaluationException.
-Changed UnivariateRealSolver.solve() to throw more specific exceptions: ConvergenceException if max iterations is exceeded IllegalArgumentException if endpoints do not (appear to) bracket a root FunctionEvaluationException if an error occurs evaluating the function -Changed UnivariateRealSolver setters to throw IllegalArgumentException instead of MathException when input property values are out of range. -Changed AbstractContinuousDistribution.inverseCumulativeProbability to handle corner cases where solution equals domain lower or upper bound. -Improved javadoc. -Improved test coverage. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141391 13f79535-47bb-0310-9956-ffa450edef68
Fixed javadoc, checkstyle, and link warnings. Made some corrections and additions to the user guide.
Description
Languages
Java
99.3%
R
0.5%