diff options
author | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-24 05:08:47 +0000 |
---|---|---|
committer | zzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-04-24 05:08:47 +0000 |
commit | 704abdc3d2914fb474bd86eee92b8de8db2ac461 (patch) | |
tree | 863dd83d12bbbd63893ecacd2dab3efc02919a15 /numeric.c | |
parent | 531329a29166b75a303da3ac2072278ad081dd08 (diff) |
* 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/trunk@40437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |