Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 010670e365eac4bfdf0087ea1c497c2e > files > 91

gauche-0.9.3.2-1.fc15.i686.rpm

/*
 * spigot.h - calculate pi and e by spigot algorithm
 *
 *  Written by Shiro Kawai (shiro@acm.org)
 *  I put this program in public domain.  Use it as you like.
 */

extern ScmObj Spigot_calculate_pi(int digits);
extern ScmObj Spigot_calculate_e(int digits);
extern void Scm_Init_spigotlib(ScmModule *module);