Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 11000 invoked from network); 1 Mar 2009 22:25:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2009 22:25:36 -0000 Received: (qmail 89298 invoked by uid 500); 1 Mar 2009 22:25:35 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 89228 invoked by uid 500); 1 Mar 2009 22:25:35 -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 89217 invoked by uid 99); 1 Mar 2009 22:25:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Mar 2009 14:25:35 -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; Sun, 01 Mar 2009 22:25:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C3144234C4AC for ; Sun, 1 Mar 2009 14:25:12 -0800 (PST) Message-ID: <852043885.1235946312797.JavaMail.jira@brutus> Date: Sun, 1 Mar 2009 14:25:12 -0800 (PST) From: "Luc Maisonobe (JIRA)" To: issues@commons.apache.org Subject: [jira] Resolved: (MATH-247) Add MathUtils method to check equality given some error bounds In-Reply-To: <1602425513.1235181241918.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MATH-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-247. -------------------------------- Resolution: Fixed Assignee: Luc Maisonobe applied patch with minor changes to obey javadoc html fixed in subversion repository as of r749139 thanks for the patch > Add MathUtils method to check equality given some error bounds > -------------------------------------------------------------- > > Key: MATH-247 > URL: https://issues.apache.org/jira/browse/MATH-247 > Project: Commons Math > Issue Type: New Feature > Reporter: Benjamin McCann > Assignee: Luc Maisonobe > Attachments: compareTo.patch, MathUtils.java.patch, MathUtilsTest.java.patch > > > It would be nice to have a utility method that tests for equality given some range of allowed error to account for floating point error. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.