From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ad9bd7f2a61de0e4,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-06-25 14:50:36 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: "Jesse Farmer" Newsgroups: comp.lang.ada Subject: very large number package Date: Mon, 25 Jun 2001 17:54:29 -0400 Organization: Posted via Supernews, http://www.supernews.com Message-ID: X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:9101 Date: 2001-06-25T17:54:29-04:00 List-Id: Hi all I was wondering if anyone knows of a good, free, package similar to the Number Theory Library available for c++? http://www.shoup.net/ntl/index.html ) Basically, I am looking for a package providing arbitarily long integers, and matricies that can contain such integers. It would be nice if conversions from standard ints to these long ints, all basic operations, and opertaions that can be optimized (like matrix ^2) were provided. I'd appreciate any leads on packages like this. Thank you for your time + bandwidth. I really do appreciate the fact that so many experinced Ada programmers take the time to answer simple questions of new Ada programers like me. -Jesse Farmer