method
Complex
v1_9_1_378 -
Show latest stable
- Class:
Kernel
Complex(*args)public
No documentation available.
static VALUE
nucomp_f_complex(int argc, VALUE *argv, VALUE klass)
{
return rb_funcall2(rb_cComplex, id_convert, argc, argv);
}