Pr #31860 fix.
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:
parent
b8dafee10a
commit
bcdc50d516
|
@ -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
|
Changed factorial methods to return 1 for argument = 0, instead of
|
||||||
(incorrectly) throwing IllegalArgumentException.
|
(incorrectly) throwing IllegalArgumentException.
|
||||||
</action>
|
</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>
|
||||||
|
|
||||||
<release version="1.0-RC1" date="2004-09-07">
|
<release version="1.0-RC1" date="2004-09-07">
|
||||||
|
|
Loading…
Reference in New Issue