diff options
author | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-20 11:29:21 +0000 |
---|---|---|
committer | tadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-20 11:29:21 +0000 |
commit | a05fd849a148f129e5797b8261cd7e14f871e650 (patch) | |
tree | e89d12ff720a8a66fb907ac4141cb4e440a4ba84 /numeric.c | |
parent | 40d6a7527e6ea663585ea3d82b2e3968fe0d4836 (diff) | |
download | bundler-a05fd849a148f129e5797b8261cd7e14f871e650.tar.gz |
* complex.c: edited rdoc.
* numeric.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -502,8 +502,9 @@ num_to_int(VALUE num) * * Document-class: Float * - * <code>Float</code> objects represent inexact numbers using the native - * architecture's double-precision floating point representation. + * <code>Float</code> objects represent inexact real numbers using + * the native architecture's double-precision floating point + * representation. */ VALUE |