announced bugs fixed by sebb
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1062362 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
213b03288e
commit
38e62e398c
|
@ -52,6 +52,10 @@ The <action> type attribute can be add,update,fix,remove.
|
||||||
If the output is not quite correct, check for invisible trailing spaces!
|
If the output is not quite correct, check for invisible trailing spaces!
|
||||||
-->
|
-->
|
||||||
<release version="2.2" date="TBD" description="TBD">
|
<release version="2.2" date="TBD" description="TBD">
|
||||||
|
<action dev="sebb" type="fix" issue="MATH-496">
|
||||||
|
FastMath is not an exact replacement for StrictMath
|
||||||
|
(partially fixed) Add copySign(float), copySign(float)
|
||||||
|
</action>
|
||||||
<action dev="sebb" type="fix" issue="MATH-494">
|
<action dev="sebb" type="fix" issue="MATH-494">
|
||||||
FastMath atan2 does not agree with StrictMath for special cases
|
FastMath atan2 does not agree with StrictMath for special cases
|
||||||
</action>
|
</action>
|
||||||
|
|
Loading…
Reference in New Issue