From 02d1ebe360db77ca5e6bf733df07e6f3a2ff7bec Mon Sep 17 00:00:00 2001 From: nagachika Date: Wed, 24 Apr 2013 15:40:52 +0000 Subject: merge revision(s) 40437: * numeric.c: Fix wiki link on Float imprecision in overview, patched by Makoto Kishimoto [Bug #8304] [ruby-dev:47280] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@40447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- numeric.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numeric.c') diff --git a/numeric.c b/numeric.c index fe85d6cc31..741f6d5da0 100644 --- a/numeric.c +++ b/numeric.c @@ -630,7 +630,7 @@ num_to_int(VALUE num) * 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#floats_imprecise + * - http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#wiki-floats_imprecise * - http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems */ -- cgit v1.2.3