зеркало из https://github.com/github/ruby.git
* ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.
BigDecimal#sqrt requires argument. Reported by Makoto Kishimoto. Thanks for your contribution. [Bug #5267] [ruby-dev:44452] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
702d25f5eb
Коммит
0abbe4c1e6
|
@ -1,3 +1,9 @@
|
|||
Fri Sep 9 21:56:40 2011 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
|
||||
|
||||
* ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.
|
||||
BigDecimal#sqrt requires argument. Reported by Makoto Kishimoto.
|
||||
Thanks for your contribution. [Bug #5267] [ruby-dev:44452]
|
||||
|
||||
Fri Sep 9 11:00:55 2011 Shota Fukumori <sorah@tubusu.net>
|
||||
|
||||
* test/rubygems/test_gem_commands_help_command.rb: Add one
|
||||
|
|
|
@ -1439,7 +1439,7 @@ BigDecimal_abs(VALUE self)
|
|||
*
|
||||
* Returns the square root of the value.
|
||||
*
|
||||
* If n is specified, returns at least that many significant digits.
|
||||
* Result has at least n significant digits.
|
||||
*/
|
||||
static VALUE
|
||||
BigDecimal_sqrt(VALUE self, VALUE nFig)
|
||||
|
|
Загрузка…
Ссылка в новой задаче