Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 23558 invoked from network); 12 Feb 2010 05:57:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2010 05:57:51 -0000 Received: (qmail 90028 invoked by uid 500); 12 Feb 2010 05:57:51 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 89974 invoked by uid 500); 12 Feb 2010 05:57:51 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 89965 invoked by uid 99); 12 Feb 2010 05:57:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 05:57:51 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Feb 2010 05:57:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 0B348234C4AB for ; Thu, 11 Feb 2010 21:57:28 -0800 (PST) Message-ID: <1979956628.226321265954248044.JavaMail.jira@brutus.apache.org> Date: Fri, 12 Feb 2010 05:57:28 +0000 (UTC) From: "Regis Xu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-6441) [classlib][luni]Math.pow(double, double) result differ from RI In-Reply-To: <1374347272.150841265728414503.JavaMail.jira@brutus.apache.org> 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 [ https://issues.apache.org/jira/browse/HARMONY-6441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Regis Xu resolved HARMONY-6441. ------------------------------- Resolution: Fixed Fix Version/s: 5.0M13 Thanks Mohan, patch is applied at r909251, please verify. > [classlib][luni]Math.pow(double, double) result differ from RI > -------------------------------------------------------------- > > Key: HARMONY-6441 > URL: https://issues.apache.org/jira/browse/HARMONY-6441 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: windows > Reporter: Mohanraj Loganathan > Assignee: Regis Xu > Fix For: 5.0M13 > > Attachments: 001_CE_Math_pow_failure_fix.diff > > Original Estimate: 24h > Remaining Estimate: 24h > > Math.pow(double, double) result differ from RI for the following inputs: > Scenario 1: > arg0: -100.0 > arg1: 9.007199254740991E15 > RI Returns: -Infinity > HDK Returns: Infinity > Scenario 2: > arg0: -100.0 > arg1: -9.007199254740991E15 > RI Returns: -0.0 > HDK Returns: 0.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.