mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Use oracle url instead of sun url
[ci skip]
This commit is contained in:
parent
e8edc34f0a
commit
9db5d63ece
Notes:
git
2020-08-05 08:05:32 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ num_negative_p(VALUE num)
|
|||
* Floating point has a different arithmetic and is an inexact number.
|
||||
* So you should know its esoteric system. See following:
|
||||
*
|
||||
* - http://docs.sun.com/source/806-3568/ncg_goldberg.html
|
||||
* - https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html
|
||||
* - https://github.com/rdp/ruby_tutorials_core/wiki/Ruby-Talk-FAQ#floats_imprecise
|
||||
* - https://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue