Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 20:40:58 -0500
From:      Stephen Montgomery-Smith <stephen@missouri.edu>
To:        Bruce Evans <brde@optusnet.com.au>
Cc:        freebsd-numerics@FreeBSD.org
Subject:   Re: Complex arg-trig functions
Message-ID:  <505BC5AA.2030604@missouri.edu>
In-Reply-To: <20120918232850.N2144@besplex.bde.org>
References:  <5017111E.6060003@missouri.edu> <504FF726.9060001@missouri.edu> <20120912191556.F1078@besplex.bde.org> <20120912225847.J1771@besplex.bde.org> <50511B40.3070009@missouri.edu> <20120913204808.T1964@besplex.bde.org> <5051F59C.6000603@missouri.edu> <20120914014208.I2862@besplex.bde.org> <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>

next in thread | previous in thread | raw e-mail | index | archive | help
On 09/18/2012 09:15 AM, Bruce Evans wrote:

> @      if (ax == 1 && ay < DBL_EPSILON) {
> @ -        if ((int)ay==0) { /* raise inexact */
> @ +        if (1) { /* inexact will be raised by log() */
> @              /*
> @               * If ay == 0, divide-by-zero will be (correctly)
>
> I didn't re-indent this.

I have put back the old optimizations in catrig.c.  The only change I 
have made so far is that I did re-indent this.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?505BC5AA.2030604>