Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 5a3d998cc00060c67a9a8d7f23c2d34c > files > 86

gauche-0.8.14-3.fc11.x86_64.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.
 *
 *  $Id: spigot.h,v 1.2 2003-06-12 11:09:23 shirok Exp $
 */

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