method

real

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

No documentation available.

static VALUE
nucomp_real(VALUE self)
{
    get_dat1(self);
    return dat->real;
}