Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9172B7233 for ; Fri, 2 Sep 2011 22:40:34 +0000 (UTC) Received: (qmail 91006 invoked by uid 500); 2 Sep 2011 22:40:34 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 90884 invoked by uid 500); 2 Sep 2011 22:40:33 -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 90801 invoked by uid 99); 2 Sep 2011 22:40:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 22:40:33 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2011 22:40:31 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 24E124CE6E for ; Fri, 2 Sep 2011 22:40:10 +0000 (UTC) Date: Fri, 2 Sep 2011 22:40:10 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: <721679494.13107.1315003210147.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <87062111.12775.1310633939873.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (MATH-620) multiplication of infinity MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MATH-620?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D130964= 44#comment-13096444 ]=20 Gilles commented on MATH-620: ----------------------------- I've create a new ticket for the above: MATH-657 > multiplication of infinity > -------------------------- > > Key: MATH-620 > URL: https://issues.apache.org/jira/browse/MATH-620 > Project: Commons Math > Issue Type: Bug > Affects Versions: 3.0 > Reporter: Arne Pl=C3=B6se > Priority: Minor > > Take the following testcase=20 > {code} > Assert.assertEquals(neginf, inf* neginf, Double.MIN_VALUE); // <--Passes= ordinary double > Assert.assertEquals(new Complex(neginf, 0), new Complex(inf, 0).multiply(= new Complex(neginf, 0)));// <-- Fail only real parts no imaginary parts=20 > {code} > The outcome of multiply is Complex.INF if one part is infinity. > why not simply compute the multiplication and thats is? -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira