You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Thomas Neidhart (JIRA)" <ji...@apache.org> on 2013/12/04 00:05:35 UTC

[jira] [Resolved] (MATH-1059) Use FastMath instead of Math within CM

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

Thomas Neidhart resolved MATH-1059.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3

Finished changes in r1547633.

Remaining uses of Math:

 * PI
 * ulp
 * for FastMath validation and performance tests

> Use FastMath instead of Math within CM
> --------------------------------------
>
>                 Key: MATH-1059
>                 URL: https://issues.apache.org/jira/browse/MATH-1059
>             Project: Commons Math
>          Issue Type: Bug
>    Affects Versions: 3.2
>            Reporter: Thomas Neidhart
>             Fix For: 3.3
>
>
> Some code in CM still uses Math.xxx instead of the counterparts in FastMath. This could lead to subtle differences with different jvms as could be seen in MATH-1057.
> All calls to Math shall be replaced by calls to FastMath.



--
This message was sent by Atlassian JIRA
(v6.1#6144)