method

imaginary

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

No documentation available.

static VALUE
nucomp_imag(VALUE self)
{
    get_dat1(self);
    return dat->imag;
}