mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* numeric.c: [DOC] fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0dd8ec36c0
commit
22bfbc9419
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ num_to_int(VALUE num)
|
|||
* Float objects represent inexact real numbers using the native
|
||||
* architecture's double-precision floating point representation.
|
||||
*
|
||||
* Floating point has a different arithmetic and is a inexact number.
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue