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:39:05 UTC

[jira] [Closed] (MATH-495) Implement StrictMath @since 1.6 methods

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

Luc Maisonobe closed MATH-495.
------------------------------


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

> Implement StrictMath @since 1.6 methods
> ---------------------------------------
>
>                 Key: MATH-495
>                 URL: https://issues.apache.org/jira/browse/MATH-495
>             Project: Commons Math
>          Issue Type: New Feature
>            Reporter: Sebb
>             Fix For: 2.2, 3.0
>
>
> It would be useful to implement at least some of the additional methods from StrictMath in Java 1.6.
> These are:
> public static double java.lang.StrictMath.scalb(double,int)
> public static float java.lang.StrictMath.scalb(float,int)
> public static int java.lang.StrictMath.getExponent(float)
> public static int java.lang.StrictMath.getExponent(double)
> public static double java.lang.StrictMath.copySign(double,double)
> public static float java.lang.StrictMath.copySign(float,float)
> This is a holding issue; will create sub tasks for each pair of methods.

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