[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] doc: update Goldberg URL
From: |
Paul Eggert |
Subject: |
[PATCH] doc: update Goldberg URL |
Date: |
Fri, 25 Jan 2019 11:33:01 -0800 |
* doc/coreutils.texi (Floating point): Update URL.
---
doc/coreutils.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index e9af80b7a..fa82d6546 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -1085,8 +1085,8 @@ has positive and negative infinity, distinguishes
positive from
negative zero, and uses special values called NaNs to represent
invalid computations such as dividing zero by itself. For more
information, please see David Goldberg's paper
-@uref{http://@/www.validlab.com/@/goldberg/@/paper.pdf, What Every
-Computer Scientist Should Know About Floating-Point Arithmetic}.
+@uref{https://@/docs.oracle.com/@/cd/@/E19957-01/@/806-3568/@/ncg_goldberg.html,
+What Every Computer Scientist Should Know About Floating-Point Arithmetic}.
@vindex LC_NUMERIC
Commands that accept floating point numbers as options, operands or
--
2.17.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] doc: update Goldberg URL,
Paul Eggert <=