From owner-freebsd-numerics@FreeBSD.ORG Sun Jul 29 22:10:25 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 1FBAA106566B for ; Sun, 29 Jul 2012 22:10:25 +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 C3B7E8FC14 for ; Sun, 29 Jul 2012 22:10:21 +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 q6TMAKqv042288 for ; Sun, 29 Jul 2012 17:10:20 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <5015B4CC.3090007@missouri.edu> Date: Sun, 29 Jul 2012 17:10:20 -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 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: PR bin/170206 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: Sun, 29 Jul 2012 22:10:25 -0000 Now that this mailing list has been created, let me just provide a link to PR bin/170206 http://www.freebsd.org/cgi/query-pr.cgi?pr=170206 Two main threads to this discussion: 1. I am submitting complex arc-trig and complex arc-hyperbolic functions casin, cacos, catan, casinh, cacosh, catanh. 2. The main difficulty in trying to implement clog is computing it's real part: log(|z|) = 0.5*log(x^2 + y^2) when |z| is very close to 1. It is very hard to get a reasonably low relative error. I hope these discussions, as well as many other, move to this mailing list. Stephen