(cf. chapter 6 of the pi book)
| spigot/ | this directory |
| 00readme.htm | this file |
| pispigot.htm, pispigot.java, pispigot.class |
Java applet to see the spigot algorithm in action. (embedding htm page, Java source, Java object) |
| pitiny.c, pitiny.elf, pitiny.exe | spigot program for pi=3.1415.. to 15000 decimal places, compressed form, as in the book p. 37 |
| pifull.c, pifull.elf, pifull.exe | Ditto, expanded form, as in the pibook p. 83 |
| picheck.h, picheck.c | Checking routine for the pi digits, used in pifull.c (C source) |
| etiny.c, etiny.elf, etiny.exe | spigot program for e=2.7128.. to 15000 digits, compressed form, as in the book, p. 85 |
| efull.c, efull.elf, efull.exe | Ditto, expanded form |
| echeck.h, echeck.c | Checking routine for the e digits, used in efull.c (C source) |
| makefile | the makefile |