
Programs that extract single digits of pi:

00readme.txt  : this file

bbp0.c     : Hex digit extraction, original program of D. Bailey
bbp.c      : Hex digit extraction; same as bbp0 but made ANSI conform
pihex.cc   : C++ version of bbp0.c with a speedup

bell16.c   : Hex digit extraction with formula of F. Bellard

bell10.c   : Decimal digit extraction, refined version of the program of F. Bellard


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


makefile   : makefile (for linux)
makefile.dos  : makefile for DOS djgpp 

runall.bat : batch program for DOS to run all programs
