зеркало из https://github.com/github/ruby.git
* numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a5da8319b6
Коммит
ceda881601
|
@ -1,3 +1,7 @@
|
|||
Mon Jul 15 11:32:46 2013 Zachary Scott <e@zzak.io>
|
||||
|
||||
* numeric.c (rb_cNumeric): [DOC] Added comment for Numeric to fix doc
|
||||
|
||||
Mon Jul 15 11:24:48 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* bignum.c (maxpow_in_bdigit_dbl): Useless #if removed.
|
||||
|
|
|
@ -3737,6 +3737,9 @@ fix_even_p(VALUE num)
|
|||
* FloatDomainError: Infinity
|
||||
*/
|
||||
|
||||
/*
|
||||
* The top-level number class.
|
||||
*/
|
||||
void
|
||||
Init_Numeric(void)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче