home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / ada / 2203 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.0 KB

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