From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AD64C385803A; Tue, 19 Oct 2021 21:42:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD64C385803A From: "joseph at codesourcery dot com" To: glibc-bugs@sourceware.org Subject: [Bug math/28472] pow(10, i) accuracy Date: Tue, 19 Oct 2021 21:42:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Version: 2.31 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: joseph at codesourcery dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: glibc-bugs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-bugs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2021 21:42:16 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28472 --- Comment #3 from joseph at codesourcery dot com --- "aren't bugs" means "the accuracy goals for libm functions are documented=20 in the glibc manual, and a small error for most functions is within those=20 goals" (and even if we strengthened the goals, they'd still allow last-bit= =20 errors). The IEEE 754 recommended correctly-rounded operations correspond to=20 functions such as cr_exp10 (names reserved in C23), which are probably not= =20 in scope for glibc considering the difficulty in providing such functions=20 across the various floating-point formats supported (determining worst=20 cases for correct rounding still requires unfeasible resources for=20 binary128) and the maintainability and usability problems with having a=20 supported API with arbitrary variations in what functions are supported=20 for what types. --=20 You are receiving this mail because: You are on the CC list for the bug.=