Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6CA39C74D for ; Sun, 3 Nov 2013 23:14:11 +0000 (UTC) Received: (qmail 22864 invoked by uid 500); 3 Nov 2013 23:14:10 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 22639 invoked by uid 500); 3 Nov 2013 23:14:10 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 22631 invoked by uid 99); 3 Nov 2013 23:14:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Nov 2013 23:14:10 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.74.71.26] (HELO hel.is.scarlet.be) (193.74.71.26) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Nov 2013 23:14:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1383520423; bh=t86hFzjJ9XivRDfPHa9syRiXEWt2foWJQ6Fi9eIr5qA=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To: Subject:In-Reply-To:References:Message-ID; b=19DGJGsluWRp0AyGSXLMNLOthxKAOckTQ7BcwOap4xGmjO6fBFc/gez+fvKCrboFn zpJYJepQbrmkcB9bPAFQfoGye9wHFdYbERo9gDmAqRktoH2Pl1hyqpNqZuKWBwsV63 bKi2mjL4NS1Xfmf40LFWf5SXmSZQVYeGA+YZI+18= Received: from webmail.scarlet.be (gresham.is.scarlet.be [193.74.71.215]) by hel.is.scarlet.be (8.14.5/8.14.5) with ESMTP id rA3NDgNg028850 for ; Mon, 4 Nov 2013 00:13:43 +0100 X-Scarlet: d=1383520423 c=193.74.71.215 Received: from ip-83-134-191-76.dsl.scarlet.be ([83.134.191.76]) via ip-83-134-191-76.dsl.scarlet.be ([83.134.191.76]) by webmail.scarlet.be with HTTP (HTTP/1.1 POST); Mon, 04 Nov 2013 00:13:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 04 Nov 2013 00:13:43 +0100 From: Gilles To: Subject: Re: [MATH] Interest in large patches for small cleanup / performance =?UTF-8?Q?changes=3F?= In-Reply-To: References: <52c783a64ae2a9329958c04656490d7e@scarlet.be> Message-ID: <36519b0a7fb092e847520cc2bae1c31f@scarlet.be> X-Sender: gilles@harfang.homelinux.org User-Agent: Scarlet Webmail X-DCC-scarlet.be-Metrics: hel; whitelist X-Virus-Scanned: clamav-milter 0.97.1-exp at hel X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org On Sun, 3 Nov 2013 14:45:00 +0000, Sean Owen wrote: > On Sun, Nov 3, 2013 at 1:43 PM, Gilles > wrote: >> A case that occurs often is "zero" (as "double"). >> I prefer "0d". > > (I'm certainly not going to propose to change it, but my personal > preference is 0.0 because it's obviously decimal even to newbies and > can't be confused with a hex value. But this is trivial.) No problem; "0.0" is fine.[1] Hopefully, this can be agreed upon and become one of those dreaded little rules... > > >>> - Using log1p() for computing log(1+p) with a tiny bit more >>> accuracy >>> in a few places >> >> >> Certainly. > > OK. Maybe I should proceed with a few more JIRAs for consideration? > I'm concerned about generating work and noise for committers, but, if > you guys are OK with a couple more, I can propose a few. IMHO, it's definitely not noise. The more so that you actually fix those things! Thanks, Gilles [1] Shall we say that I was concerned that we'd require contributors to type three characters instead of two... :-P --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org