mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: add Integer#pow(b, m)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9b09cc8a37
commit
8903ab2e5f
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -72,6 +72,8 @@ with all sufficient information, see the ChangeLog file or Redmine
|
|||
a step value which cannot be compared with #> to 0. [Feature #7688]
|
||||
* Integer#{round,floor,ceil,truncate} now always return an Integer.
|
||||
[Bug #13420]
|
||||
* Integer#pow now has an optional modulo argument for calculating modular
|
||||
exponentiation. [Feature #12508] [Feature #11003]
|
||||
|
||||
* Kernel
|
||||
|
||||
|
|
Loading…
Reference in a new issue