home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sources / wanted / 5777 < prev    next >
Encoding:
Text File  |  1993-01-23  |  794 b   |  23 lines

  1. Newsgroups: comp.sources.wanted
  2. Path: sparky!uunet!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!corpgate!crchh327!crchh7b9!minyard
  3. From: minyard@crchh7b9 (Corey Minyard)
  4. Subject: Re: 64 bit integer math package
  5. Sender: news@news.rich.bnr.ca (news server)
  6. Message-ID: <C19r38.E33@news.rich.bnr.ca>
  7. Date: Fri, 22 Jan 1993 18:52:19 GMT
  8. References: <1993Jan22.061621.15069@siswat.hou.tx.us>
  9. Nntp-Posting-Host: crchh7b9
  10. Organization: BNR, Inc.
  11. X-Newsreader: TIN [version 1.1 PL8]
  12. Lines: 9
  13.  
  14. Lester Buck (buck@siswat.hou.tx.us) wrote:
  15. : Would anyone know where to get a 64 bit integer math package in C?
  16. : Arbitrary precision is really overkill for my needs.
  17.  
  18. GCC includes a long long type, which is generally twice the precision
  19. of a long (probably 64 bits).
  20.  
  21. Corey
  22. minyard@wf-rch.cirr.com
  23.