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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-01-21
|
218 b
|
15 lines
Suite 100000
display the biggest suite size :
U0= 1...100000
Un+1=Un/2 if Un is even
Un+1=3*(Un)+1 otherwise
break when Ut=1 and display t
This is a good example to mix normal integer and BigNum arithmetic.