mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
merge revision(s) b72623012d
: [Backport #15775]
Update broken URL in Float documentation. [Misc #15775][ruby-core:92332] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_5@67756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
920b6e156d
commit
5586497bc5
2 changed files with 2 additions and 2 deletions
|
@ -870,7 +870,7 @@ num_negative_p(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#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
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#define RUBY_VERSION "2.5.6"
|
||||
#define RUBY_RELEASE_DATE "2019-08-26"
|
||||
#define RUBY_PATCHLEVEL 175
|
||||
#define RUBY_PATCHLEVEL 176
|
||||
|
||||
#define RUBY_RELEASE_YEAR 2019
|
||||
#define RUBY_RELEASE_MONTH 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue