55 class r_Complex:
public r_Primitive
61 r_Complex(
const char* newBuffer,
const r_Complex_Type* newType);
64 r_Complex(
const r_Complex& obj);
69 virtual bool isComplex()
const;
75 virtual const r_Complex& operator =(
const r_Complex&);
77 r_Double get_re()
const throw(r_Error);
78 r_Double get_im() const throw(r_Error);
80 void set_re(r_Double) throw(r_Error);
81 void set_im(r_Double) throw(r_Error);