git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2012-02-28 21:53:54 +00:00
Родитель f400ba1082
Коммит 329ae7470e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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));