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:33:06 UTC

[jira] [Closed] (MATH-478) FastMath is not an exact replacement for StrictMath

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

Luc Maisonobe closed MATH-478.
------------------------------


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

> FastMath is not an exact replacement for StrictMath
> ---------------------------------------------------
>
>                 Key: MATH-478
>                 URL: https://issues.apache.org/jira/browse/MATH-478
>             Project: Commons Math
>          Issue Type: Improvement
>    Affects Versions: 2.2, 3.0
>            Reporter: Sebb
>             Fix For: 2.2, 3.0
>
>
> FastMath Javadoc says:
> "Faster, more accurate, portable alternative to StrictMath."
> However, it does not implement the following StrictMath methods:
> hypot(double, double)
> IEEEremainder(double, double)
> Nor the following, though it probably should:
> signum(float)
> ulp(float)
> FastMath implements the following additional methods:
> acosh(double)
> asinh(double)
> atanh(double)
> nextAfter(double, double)
> nextUp(double)
> I think this should be documented.

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