From nobody Thu Aug 29 19:56:41 2024 X-Original-To: numerics@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WvsVh1Wkdz52WS9 for ; Thu, 29 Aug 2024 19:56:44 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WvsVg5jwNz4DyW; Thu, 29 Aug 2024 19:56:43 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Authentication-Results: mx1.freebsd.org; none Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.18.1/8.18.1) with ESMTP id 47TJufZn022410; Thu, 29 Aug 2024 12:56:41 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) DKIM-Filter: OpenDKIM Filter v2.10.3 troutmask.apl.washington.edu 47TJufZn022410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=troutmask.apl.washington.edu; s=troutmask; t=1724961401; bh=sfiBO1N3+SN33Qf6HgI66GFU6iWHtz0dx8lQSxx5AhE=; h=Date:From:To:Cc:Subject:Reply-To:References:In-Reply-To:From; b=bpC/L7Q33UvHjAKyRfZ9YsMtuE58mqDXqg7PP3vYOjxnLaUJZSy88/9n7JsX2gJJN ayhX+CMrSqo/BftsXbyNRWy1KUg4HhWxCCXOOvzrIVP53C2OQMB4h9aeRxfCcrwMmK vHq6KG/E1NMAtS7mnUAVJg6truH24bR+bl1Qlq7WEi042IVgBGS2LkN0uWpOlg5LNH MVUlx9v9oMbwmL7YpEBhNBjLCX6pLdRB6k/JTxnIVIiw5nbxH7yv0ZbmhbnLprWx1i aGoqNgWYPBWfSmRRnT7qx+OTBYp42Tb8SqN6xGVS51aPFme3ZqTmBhPXAPiGQvFdyA phg/THPmwyZXg== Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.18.1/8.18.1/Submit) id 47TJufQS022409; Thu, 29 Aug 2024 12:56:41 -0700 (PDT) (envelope-from sgk) Date: Thu, 29 Aug 2024 12:56:41 -0700 From: Steve Kargl To: bugzilla-noreply@freebsd.org Cc: numerics@freebsd.org Subject: Re: [Bug 281001] Improve accuracy of asinf(x) and acosf(x) Message-ID: Reply-To: sgk@troutmask.apl.washington.edu References: List-Id: Discussions of high quality implementation of libm functions List-Archive: https://lists.freebsd.org/archives/freebsd-numerics List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-numerics@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:73, ipnet:128.95.0.0/16, country:US] X-Rspamd-Queue-Id: 4WvsVg5jwNz4DyW On Thu, Aug 29, 2024 at 07:50:53PM +0000, bugzilla-noreply@freebsd.org wrote: > > --- Comment #4 from Dimitry Andric --- > Btw I fixed one typo in the patch: approximatione -> approximation. I assumed > you meant the singular. > Yes. I type much slower than I think. This often leads to butchered English and typos. Thanks for the quick turnaround on the patch. -- Steve