You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Luc Maisonobe (JIRA)" <ji...@apache.org> on 2011/03/23 21:37:06 UTC

[jira] [Closed] (MATH-489) FastMath acos fails when input abs value is less than about 5.7851920321187236E-300 - returns NaN

     [ https://issues.apache.org/jira/browse/MATH-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luc Maisonobe closed MATH-489.
------------------------------


Closing issue as it was included in version 2.2, which has been released

> FastMath acos fails when input abs value is less than about 5.7851920321187236E-300 - returns NaN
> -------------------------------------------------------------------------------------------------
>
>                 Key: MATH-489
>                 URL: https://issues.apache.org/jira/browse/MATH-489
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 2.2, 3.0
>            Reporter: Sebb
>             Fix For: 2.2, 3.0
>
>
> FastMath acos fails when input absolute value is less than about 5.7851920321187236E-300
> It returns NaN instead of an expected value close to PI/2.0
> This appears to be due to the following code:
> {code}
> // Compute ratio r = y/x
> double r = y/x;
> temp = r * 1073741824.0;
> {code}
> r and temp can become infinite or Nan.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira