Author: sebb
Date: Mon Jan 17 20:30:04 2011
New Revision: 1060081
URL: http://svn.apache.org/viewvc?rev=1060081&view=rev
Log:
Wrong issue number: MATH-491 should be MATH-471
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=1060081&r1=1060080&r2=1060081&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Mon Jan 17 20:30:04 2011
@@ -56,7 +56,7 @@ The <action> type attribute can be add,u
FastMath.max(50.0f, -50.0f) => -50.0f; should be +50.0f
Fixed FastMath.max(float, float) so it returns correct value.
</action>
- <action dev="sebb" type="fix" issue="MATH-491">
+ <action dev="sebb" type="fix" issue="MATH-471">
MATH-491 MathUtils.equals(double, double) does not work properly for
floats
- add equivalent (float, float) methods and basic tests
</action>