home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!agate!ucbvax!N40MP.NSWC.NAVY.MIL!bwallet
- From: bwallet@N40MP.NSWC.NAVY.MIL (Brad Wallet)
- Newsgroups: comp.lang.ada
- Subject: A 64 Bit Integer Package
- Message-ID: <9207271453.AA00940@n40mp.nswc.navy.mil.noname>
- Date: 27 Jul 92 14:53:12 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Lines: 21
-
- Time to prove the incredible re-useability of Ada:
-
- Does anyone know where I can get a package to handle 64 bit integers?
- The package must be portable to many different machines. It doesn't
- have to do anything fancy--just add, subtract, multiply, divide. It
- must be able to interact with normal integers, i.e.
-
- integer_64 := integer_64 + integer;
- integer := integer_64 / integer;
- ect.
-
- thanx,
- -------------------------------------------------
- Brad Wallet Mathematician
- bwallet@relay.nswc.navy.mil Naval Surface Warfare Center
- (703)663-4950 (AVN)249-4950
- DSMAC - "Tomahawk's Eyes"
- "I can neither confirm nor deny that these opinions
- are entirely my own and may or may not reflect those
- of the US Navy."
-
-