public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* document the fact that "Known Maximum Errors" might not be maximal
@ 2024-02-16  8:48 Paul Zimmermann
  2024-02-16  9:43 ` Vincent Lefevre
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Zimmermann @ 2024-02-16  8:48 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

   Hi,

the attached patch documents the fact that the "Known Maximum Errors" given in
the reference manual might not be maximal.

See thread starting at
https://sourceware.org/pipermail/libc-alpha/2023-December/153279.html.

Paul

[-- Attachment #2: 0001-document-the-fact-that-Known-Maximum-Errors-might-no.patch --]
[-- Type: application/octet-stream, Size: 1042 bytes --]

From f08ba79e35de677decef10982a8ecf5230b8456a Mon Sep 17 00:00:00 2001
From: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Date: Fri, 16 Feb 2024 09:41:14 +0100
Subject: [PATCH] document the fact that "Known Maximum Errors" might not be
 maximal

---
 manual/math.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/manual/math.texi b/manual/math.texi
index 2f6ee253b9..3abd83c835 100644
--- a/manual/math.texi
+++ b/manual/math.texi
@@ -1276,7 +1276,9 @@ extensions.
 @cindex ulps
 
 This section lists the known errors of the functions in the math
-library.  Errors are measured in ``units of the last place''.  This is a
+library.  However, for some functions like the Bessel functions,
+larger errors are known, but are documented elsewhere (bugzilla).
+Errors are measured in ``units of the last place''.  This is a
 measure for the relative error.  For a number @math{z} with the
 representation @math{d.d@dots{}d@mul{}2^e} (we assume IEEE
 floating-point numbers with base 2) the ULP is represented by
-- 
2.34.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-16 17:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-16  8:48 document the fact that "Known Maximum Errors" might not be maximal Paul Zimmermann
2024-02-16  9:43 ` Vincent Lefevre
2024-02-16 10:02   ` Paul Zimmermann
2024-02-16 10:22     ` Vincent Lefevre
2024-02-16 10:54       ` Paul Zimmermann
2024-02-16 12:39         ` Vincent Lefevre
2024-02-16 17:32           ` Joseph Myers
2024-02-16 17:22   ` Joseph Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).