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
2004-07-17 21:19:39 +00:00
2004-07-11 19:19:28 +00:00
2004-02-25 19:28:40 +00:00
2004-07-11 19:00:19 +00:00
2003-11-14 21:46:30 +00:00
Languages
Java 99.3%
R 0.5%