From 2eb28c766c7d13f716d001b3d00c55031f755313 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sat, 16 Apr 2005 21:42:59 +0000 Subject: [PATCH] Updated to reflect 34448 fix. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@161612 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 4fdd8a796..05c7db441 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -39,6 +39,10 @@ The type attribute can be add,update,fix,remove. + + Fixed javadoc errors. One-sided t-test significance adjustment was + reversed in javadoc for boolean-valued test methods. + Fixed bug in PolynomialSplineFunction to allow evaluation of the function at the last knot point. @@ -50,7 +54,7 @@ The type attribute can be add,update,fix,remove. Added Cauchy distribution implementation. - Added convience methods for rounding. + Added convenience methods for rounding. Added Fraction class based on commons-lang implementation. With the