method

fdiv

v1_9_1_378 - Show latest stable - Class: Complex
fdiv(p1)
public

No documentation available.

static VALUE
nucomp_fdiv(VALUE self, VALUE other)
{
    get_dat1(self);

    return f_div(f_complex_new2(CLASS_OF(self),
                                f_to_f(dat->real),
                                f_to_f(dat->imag)), other);
}