
Spigot-(Troepfel-)Programs:

00readme.txt  : this file

pitiny.c  : Mini-pi-program for 15000 digits, as in the book (32Bit)

pifull.c  : pi-program, expanded

etiny.c   : Mini-e-program for 4000 digits, as in the book

efull.c   : e-program, expanded

*.elf      : LINUX binaries (for x86-systems) of the respective programs
*.exe      : DOS binaries of the respective programs


makefile      : makefile for UNIX, LINUX
makefile.dos  : makefile for DOS

runall.bat    : batch program for DOS to run all 4 programs in one race
              : outputs to spigot.out in the directory given by the ENVIRONMENT variable TMP.


pispigot.htm   : Java-Program to see a spigot alg. in action
pispigot.class : Java class for pi_spigot.htm
pispigot.java  : Java source of pi_spigot.class


pi_d032k.txt   : 32768 digits of pi, used by pi_full to check the result
pi_d032k.doc   : description of file pi_d032k.txt
e__d032k.txt   : 32768 digits of e,  used by e_full  to check the result.
e__d032k.doc   : description of file e__d032k.txt


