git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141477 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-10-24 06:40:55 +00:00
parent b8dafee10a
commit bcdc50d516
1 changed files with 4 additions and 0 deletions

View File

@ -79,6 +79,10 @@ The <action> type attribute can be add,update,fix,remove.
Changed factorial methods to return 1 for argument = 0, instead of
(incorrectly) throwing IllegalArgumentException.
</action>
<action dev="psteitz" type="fix" due-to="Kim van Der Linde" issue="31860">
Fixed error in SimpleRegression.getSignificance. Value returned was
off by a factor of 2 (did not match javadoc).
</action>
</release>
<release version="1.0-RC1" date="2004-09-07">