From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 2B27B38930DD; Sun, 11 Apr 2021 14:06:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2B27B38930DD To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 296380e4e087525fcc24bc8ded3f65e4dcf32cdc X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 69cb4c5f2ea3534b7ff5e03324692172096b3f56 X-Git-Newrev: 296380e4e087525fcc24bc8ded3f65e4dcf32cdc Message-Id: <20210411140610.2B27B38930DD@sourceware.org> Date: Sun, 11 Apr 2021 14:06:10 +0000 (GMT) From: Gerald Pfeifer X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Apr 2021 14:06:10 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 296380e4e087525fcc24bc8ded3f65e4dcf32cdc (commit) from 69cb4c5f2ea3534b7ff5e03324692172096b3f56 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 296380e4e087525fcc24bc8ded3f65e4dcf32cdc Author: Gerald Pfeifer Date: Sun Apr 11 16:05:52 2021 +0200 bugs: Remove extraneous

. diff --git a/htdocs/bugs/index.html b/htdocs/bugs/index.html index 4a258213..80dac392 100644 --- a/htdocs/bugs/index.html +++ b/htdocs/bugs/index.html @@ -298,7 +298,7 @@ represent all real numbers exactly, so it has to use approximations. When computing with approximation, the computer needs to round to the nearest representable number.

-

This is an inherent limitation of floating point types, not a bug.

+

This is an inherent limitation of floating point types, not a bug. See Goldberg's What Every Computer Scientist Should Know about Floating-Point Arithmetic for more information.

----------------------------------------------------------------------- Summary of changes: htdocs/bugs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs