Search
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby
All Projects
Ruby
Overview
Activity
Roadmap
Issues
Repository
Like
Download (515 Bytes)
Bug #8304
ยป patch-numeric.c.txt
metanest (Makoto Kishimoto)
, 04/21/2013 10:12 AM
diff --git a/numeric.c b/numeric.c
index 5e353da..413e9a9 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
*/
(1-1/1)
Loading...