* Open a file c01a.c for example.
* Use the command Compile ... (With Dev-c++ Menu/Execute/Compile)
* Use the command Run .......... (With Dev-c++ Menu/Execute/Run)
* With Linux :(-lm : for math library)
* gcc c01a.c -lm Return
* a.out Return
Complex with Fraction Values.
c01a.c: I_z(*,*,*,*); i_z(i_f(*,*),i_f(*,*)); p_z(a);
c01b.c: re_Z(a); im_z(a);
c01c.c: add_z(a,b);
c01d.c: sub_z(a,b);
c01e.c: mul_z(a,b);
c01f.c: div_z(a,b);
c01g.c: inv_z(a);
c01h.c: conj_z(a);
c01i.c: sym_z(a);
http://www.geocities.com/xhungab/tutorial/t04b.zip
...