You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/01/21 04:30:22 UTC

svn commit: r1061611 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

Author: sebb
Date: Fri Jan 21 03:30:21 2011
New Revision: 1061611

URL: http://svn.apache.org/viewvc?rev=1061611&view=rev
Log:
MATH-489 FastMath acos fails when input abs value is less than about 5.7851920321187236E-300 - returns NaN

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=1061611&r1=1061610&r2=1061611&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Fri Jan 21 03:30:21 2011
@@ -52,6 +52,9 @@ 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="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>