ruby-changes:55655
From: Hiroshi <ko1@a...>
Date: Sat, 4 May 2019 06:24:13 +0900 (JST)
Subject: [ruby-changes:55655] Hiroshi SHIBATA: b72623012d (trunk): Update broken URL in Float documentation.
https://git.ruby-lang.org/ruby.git/commit/?id=b72623012d From b72623012d74abdb06210153ed48c9e2fa075bbd Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sat, 4 May 2019 06:23:25 +0900 Subject: Update broken URL in Float documentation. [Misc #15775][ruby-core:92332] diff --git a/numeric.c b/numeric.c index bb8b749..336ff70 100644 --- a/numeric.c +++ b/numeric.c @@ -885,7 +885,7 @@ num_negative_p(VALUE num) https://github.com/ruby/ruby/blob/trunk/numeric.c#L885 * So you should know its esoteric system. See following: * * - http://docs.sun.com/source/806-3568/ncg_goldberg.html - * - http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#wiki-floats_imprecise + * - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#floats_imprecise * - http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems */ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/