зеркало из https://github.com/github/ruby.git
replaced rdoc for Complex::I
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f400ba1082
Коммит
329ae7470e
|
@ -1984,7 +1984,7 @@ Init_Complex(void)
|
|||
rb_define_method(rb_cFloat, "phase", float_arg, 0);
|
||||
|
||||
/*
|
||||
* (0+1i)
|
||||
* The imaginary unit.
|
||||
*/
|
||||
rb_define_const(rb_cComplex, "I",
|
||||
f_complex_new_bang2(rb_cComplex, ZERO, ONE));
|
||||
|
|
Загрузка…
Ссылка в новой задаче