Fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bcdc50d516
commit
6303d4f979
|
@ -79,7 +79,7 @@ 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">
|
||||
<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>
|
||||
|
|
Loading…
Reference in New Issue