method
rect
v1_9_1_378 -
Show latest stable
- Class:
Complex
rect()public
No documentation available.
static VALUE
nucomp_rect(VALUE self)
{
get_dat1(self);
return rb_assoc_new(dat->real, dat->imag);
} rect()No documentation available.
static VALUE
nucomp_rect(VALUE self)
{
get_dat1(self);
return rb_assoc_new(dat->real, dat->imag);
}