Author: erans Date: Sun Jul 24 21:39:36 2011 New Revision: 1150495 URL: http://svn.apache.org/viewvc?rev=1150495&view=rev Log: MATH-577
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1150495&r1=1150494&r2=1150495&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Sun Jul 24 21:39:36 2011 @@ -52,6 +52,12 @@ The <action> type attribute can be add,u 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 < 1 and