next up previous contents
Next: Floating Point Numbers Up: Integers and Big Integers Previous: Integers and Big Integers

Implementation

    struct Xinteger { char Xtype;
                      long int Xintval; } ;

    struct Xbig { char Xtype;
                  long int Xintval;
                  PSEXP Xcdr; } ;

figure345

figure360



Gokturk UCOLUK
Fri Nov 1 21:52:13 EET 1996