From 9db5d63ece9f9d794c4a6142593682d8228d4433 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Tue, 4 Aug 2020 22:17:31 +0900 Subject: [DOC] Use oracle url instead of sun url [ci skip] --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index 468defe78e..387e46f29b 100644 --- a/numeric.c +++ b/numeric.c @@ -911,7 +911,7 @@ num_negative_p(VALUE num) * Floating point has a different arithmetic and is an inexact number. * So you should know its esoteric system. See following: * - * - http://docs.sun.com/source/806-3568/ncg_goldberg.html + * - https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html * - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#floats_imprecise * - https://en.wikipedia.org/wiki/Floating_point#Accuracy_problems */ -- cgit v1.2.3