home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / bignum / examples / suite / suite.doc < prev    next >
Encoding:
Text File  |  1997-01-21  |  218 b   |  15 lines

  1.  
  2. Suite 100000
  3.  
  4. display the biggest suite size :
  5.  
  6.  U0= 1...100000
  7.  
  8.  Un+1=Un/2    if Un is even
  9.  Un+1=3*(Un)+1    otherwise
  10.  
  11.  break when Ut=1 and display t
  12.  
  13.  
  14. This is a good example to mix normal integer and BigNum arithmetic.
  15.