Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!sri-spam!ames!ucbcad!ucbvax!cbatt!ihnp4!ihlpg!timborn From: timborn@ihlpg.UUCP (Tim Born) Newsgroups: comp.lang.c++ Subject: Math routines for LARGE ints? Message-ID: <2610@ihlpg.UUCP> Date: Thu, 20-Nov-86 02:04:52 EST Article-I.D.: ihlpg.2610 Posted: Thu Nov 20 02:04:52 1986 Date-Received: Thu, 20-Nov-86 23:40:09 EST Distribution: net Organization: AT&T Bell Labs, Naperville, IL Lines: 14 Before I go to the trouble to write one, does anyone have or know of a PD program (library) for simple math on LARGE integers (>=200 digits in length). C++ preferred, but C is certainly usable in this case. I would probably implement it on top of Jon Shopiro's `strings' package, giving a lot of flexibility in terms of length, and a lot of slowness (due to conversion, mostly) in terms of execution. I'm open for any better ideas. Thanks, tim born ...ihnp4!hvlpb!tborn "Don't write what you can borrow."