Return-Path: Delivered-To: apmail-commons-issues-archive@locus.apache.org Received: (qmail 51020 invoked from network); 16 Jan 2009 22:30:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jan 2009 22:30:22 -0000 Received: (qmail 14896 invoked by uid 500); 16 Jan 2009 22:30:22 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 14473 invoked by uid 500); 16 Jan 2009 22:30:21 -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 14462 invoked by uid 99); 16 Jan 2009 22:30:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jan 2009 14:30:21 -0800 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, 16 Jan 2009 22:30:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 937D9234C48C for ; Fri, 16 Jan 2009 14:29:59 -0800 (PST) Message-ID: <640881404.1232144999603.JavaMail.jira@brutus> Date: Fri, 16 Jan 2009 14:29:59 -0800 (PST) From: "Christian Semrau (JIRA)" To: issues@commons.apache.org Subject: [jira] Created: (MATH-239) Add gcd and lcm for long values in MathUtils MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Add gcd and lcm for long values in MathUtils -------------------------------------------- Key: MATH-239 URL: https://issues.apache.org/jira/browse/MATH-239 Project: Commons Math Issue Type: New Feature Reporter: Christian Semrau Priority: Minor I suggest adding MathUtils.gcd and MathUtils.lcm for long values in addition to the methods for int values. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.