From owner-freebsd-numerics@FreeBSD.ORG Fri Sep 21 19:25:10 2012 Return-Path: Delivered-To: freebsd-numerics@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 24E111065672 for ; Fri, 21 Sep 2012 19:25:10 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from wilberforce.math.missouri.edu (wilberforce.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id D29378FC0C for ; Fri, 21 Sep 2012 19:25:09 +0000 (UTC) Received: from [127.0.0.1] (wilberforce.math.missouri.edu [128.206.184.213]) by wilberforce.math.missouri.edu (8.14.5/8.14.5) with ESMTP id q8LJP89D058321; Fri, 21 Sep 2012 14:25:08 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <505CBF14.70908@missouri.edu> Date: Fri, 21 Sep 2012 14:25:08 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: Bruce Evans References: <5017111E.6060003@missouri.edu> <50526050.2070303@missouri.edu> <20120914212403.H1983@besplex.bde.org> <50538E28.6050400@missouri.edu> <20120915231032.C2669@besplex.bde.org> <50548E15.3010405@missouri.edu> <5054C027.2040008@missouri.edu> <5054C200.7090307@missouri.edu> <20120916041132.D6344@besplex.bde.org> <50553424.2080902@missouri.edu> <20120916134730.Y957@besplex.bde.org> <5055ECA8.2080008@missouri.edu> <20120917022614.R2943@besplex.bde.org> <50562213.9020400@missouri.edu> <20120917060116.G3825@besplex.bde.org> <50563C57.60806@missouri.edu> <20120918012459.V5094@besplex.bde.org> <5057A932.3000603@missouri.edu> <5057F24B.7020605@missouri.edu> <20120918162105.U991@besplex.bde.org> <20120918232850.N2144@besplex.bde.org> <20120919010613.T2493@besplex.bde.org> <505BD9B4.8020801@missouri.edu> <20120921172402.W945@besplex.bde.org> <20120921212525.W1732@besplex.bde.org> <505C7490.90600@missouri.edu> <20120922042112.E3044@besplex.bde.org> In-Reply-To: <20120922042112.E3044@besplex.bde.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-numerics@FreeBSD.org Subject: Re: Complex arg-trig functions X-BeenThere: freebsd-numerics@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of high quality implementation of libm functions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2012 19:25:10 -0000 On 09/21/2012 02:05 PM, Bruce Evans wrote: > On Fri, 21 Sep 2012, Stephen Montgomery-Smith wrote: > - decide whether my old change to remove unnecessary accuracy for the > case where ax == 1, ay < FLT_EPSILON in catanh() is correct (you > didn't accept it, and maybe other accuracy changes make it extra > accuracy more interesting). Or maybe I missed it. I did put in the pio2_hi etc stuff in before this email telling me to hold off. I assume you still want pio2_hi etc stuff in catanh. There is it still m_pi_2. I was thinking poi2_hi + (tiny + pio2_lo) or maybe declaring pio2_lo as volatile and using pio2_hi + pio2_lo This last week I was very busy and I had to put this project off a while. But now I think things are slowing down again.