From owner-freebsd-numerics@FreeBSD.ORG Sat Sep 15 23:59:29 2012 Return-Path: Delivered-To: freebsd-numerics@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2B79106564A for ; Sat, 15 Sep 2012 23:59:29 +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 736D18FC0A for ; Sat, 15 Sep 2012 23:59:29 +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 q8FNxMh6058507 for ; Sat, 15 Sep 2012 18:59:23 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <5055165A.1060001@missouri.edu> Date: Sat, 15 Sep 2012 18:59:22 -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: freebsd-numerics@FreeBSD.org References: <5048D00B.8010401@missouri.edu> <504D3CCD.2050006@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> <5052A923.9030806@missouri.edu> <20120914143553.X870@besplex.bde.org> <5053CB4F.3030709@missouri.edu> <20120915003408.GA70269@troutmask.apl.washington.edu> <20120915210927.Q2023@besplex.bde.org> <5054C72C.1070903@missouri.edu> <20120916051008.K6588@besplex.bde.org> In-Reply-To: <20120916051008.K6588@besplex.bde.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: cexp error 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: Sat, 15 Sep 2012 23:59:29 -0000 On 09/15/2012 02:52 PM, Bruce Evans wrote: > google for nearpi.c (2001 version in ~wkahan). The code contains the theory of how it works. So give me a while, and I'll read through it sometime. And then I'll probably try writing the program from scratch.