ruby-changes:62524
From: S-H-GAMELINKS <ko1@a...>
Date: Wed, 5 Aug 2020 08:05:18 +0900 (JST)
Subject: [ruby-changes:62524] 9db5d63ece (master): [DOC] Use oracle url instead of sun url
https://git.ruby-lang.org/ruby.git/commit/?id=9db5d63ece From 9db5d63ece9f9d794c4a6142593682d8228d4433 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS <gamelinks007@g...> Date: Tue, 4 Aug 2020 22:17:31 +0900 Subject: [DOC] Use oracle url instead of sun url [ci skip] diff --git a/numeric.c b/numeric.c index 468defe..387e46f 100644 --- a/numeric.c +++ b/numeric.c @@ -911,7 +911,7 @@ num_negative_p(VALUE num) https://github.com/ruby/ruby/blob/trunk/numeric.c#L911 * 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 v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/