diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-31 17:01:15 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-05-31 17:01:15 +0000 |
| commit | 4df356656c6d76350eaf4430413bf8c95eb94f54 (patch) | |
| tree | a4da450896bead464ce6a506585a6c4509841d20 /ChangeLog | |
| parent | 7d12034d81fb99863194940857889178780c8473 (diff) | |
| download | ruby-4df356656c6d76350eaf4430413bf8c95eb94f54.tar.gz ruby-4df356656c6d76350eaf4430413bf8c95eb94f54.tar.xz ruby-4df356656c6d76350eaf4430413bf8c95eb94f54.zip | |
* numeric.c (flo_round): now takes optional argument to specify
number of digits, like round() in Python/PHP.
* numeric.c (num_round): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Jun 1 02:01:13 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * numeric.c (flo_round): now takes optional argument to specify + number of digits, like round() in Python/PHP. + + * numeric.c (num_round): ditto. + Fri Jun 1 01:58:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * enum.c (each_with_index_i): should work well with continuation. |
