git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1150495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-07-24 21:39:36 +00:00
parent 9099fa31a1
commit af33f7c7ef

View File

@ -52,6 +52,12 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
<action dev="erans" type="update" issue="MATH-577" due-to="Arne Plöse">
Overloaded methods (add, subtract, multiply, divide) to take a "double" parameter
(as a complex number with zero imaginary part).
Code and Javadoc cleanup.
Added "valueOf" methods.
</action>
<action dev="mikl" type="fix" issue="MATH-585">
Implemented faster generation of random gamma distributed values with
algorithm from Ahrens and Dieter (1972) for shape &lt; 1 and