mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
531329a291
commit
704abdc3d2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Wed Apr 24 14:08:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
|
* numeric.c: Fix wiki link on Float imprecision in overview, patched
|
||||||
|
by Makoto Kishimoto [Bug #8304] [ruby-dev:47280]
|
||||||
|
|
||||||
Wed Apr 24 14:03:59 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Wed Apr 24 14:03:59 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* parse.y (parser_yylex): disallow $- without following identifier
|
* parse.y (parser_yylex): disallow $- without following identifier
|
||||||
|
|
|
@ -630,7 +630,7 @@ num_to_int(VALUE num)
|
||||||
* So you should know its esoteric system. see following:
|
* So you should know its esoteric system. see following:
|
||||||
*
|
*
|
||||||
* - http://docs.sun.com/source/806-3568/ncg_goldberg.html
|
* - 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
|
* - http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue