method

conjugate

v1_9_1_378 - Show latest stable - Class: Complex
conjugate()
public

No documentation available.

static VALUE
nucomp_conj(VALUE self)
{
    get_dat1(self);
    return f_complex_new2(CLASS_OF(self), dat->real, f_negate(dat->imag));
}