Wrong issue number: MATH-491 should be MATH-471
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1060081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48f925acfe
commit
21bb63b1de
|
@ -56,7 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||
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>
|
||||
|
|
Loading…
Reference in New Issue