From owner-freebsd-numerics@FreeBSD.ORG Sat Aug 4 16:59:12 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 41B74106566C for ; Sat, 4 Aug 2012 16:59:12 +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 E23EA8FC0A for ; Sat, 4 Aug 2012 16:59:11 +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 q74GxAPH098101 for ; Sat, 4 Aug 2012 11:59:10 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <501D54DE.4010707@missouri.edu> Date: Sat, 04 Aug 2012 11:59:10 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-numerics@freebsd.org References: <5017111E.6060003@missouri.edu> <501C361D.4010807@missouri.edu> <20120804165555.X1231@besplex.bde.org> <501D51D7.1020101@missouri.edu> In-Reply-To: <501D51D7.1020101@missouri.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 04 Aug 2012 16:59:12 -0000 On 08/04/2012 11:46 AM, Stephen Montgomery-Smith wrote: > On 08/04/2012 03:49 AM, Bruce Evans wrote: >> On Fri, 3 Aug 2012, Stephen Montgomery-Smith wrote: > >> I made good progress with clog[fl](). The accuracy problems near 0 >> are long solved and proved to be solved. Do you have access to a logl and log1pl? I found hypotl and atan2l.