Uploaded image for project: 'Commons Math'
  1. Commons Math
  2. MATH-495

Implement StrictMath @since 1.6 methods

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.2, 3.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            sebb Sebb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: