home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / bc-1.03-base.tgz / bc-1.03-base.tar / fsf / bc / Test / div.b < prev    next >
Text File  |  1994-11-04  |  82b  |  9 lines

  1. scale = 20
  2. a=2/3
  3. for (i=0; i<1000; i++) {
  4.   for (j=1; j<100; j++) b=a/j
  5. }
  6. b
  7. quit
  8.  
  9.