Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 37225 invoked from network); 23 Jan 2011 00:49:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Jan 2011 00:49:07 -0000 Received: (qmail 84413 invoked by uid 500); 23 Jan 2011 00:49:07 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 84338 invoked by uid 500); 23 Jan 2011 00:49:06 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 84330 invoked by uid 99); 23 Jan 2011 00:49:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jan 2011 00:49:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 23 Jan 2011 00:49:05 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p0N0mhaq009206 for ; Sun, 23 Jan 2011 00:48:43 GMT Message-ID: <3028889.130711295743723313.JavaMail.jira@thor> Date: Sat, 22 Jan 2011 19:48:43 -0500 (EST) From: "Sebb (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (MATH-495) Implement StrictMath @since 1.6 methods MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org 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. - You can reply to this email to add a comment to the issue online.