MATH-489 FastMath acos fails when input abs value is less than about 5.7851920321187236E-300 - returns NaN
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1061611 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
81ba9842e5
commit
64a0eee333
|
@ -52,6 +52,9 @@ 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="sebb" type="fix" issue="MATH-489">
|
||||
FastMath acos fails when input abs value is less than about 5.7851920321187236E-300 - returns NaN
|
||||
</action>
|
||||
<action dev="sebb" type="fix" issue="MATH-486">
|
||||
FastMath toRadian and toDegree don't handle large double numbers well
|
||||
</action>
|
||||
|
|
Loading…
Reference in New Issue