home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / graphics / 9188 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.2 KB  |  28 lines

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!munnari.oz.au!cs.mu.OZ.AU!mullauna.cs.mu.OZ.AU!bromage
  3. From: bromage@mullauna.cs.mu.OZ.AU (Andrew Bromage)
  4. Subject: Re: Fixed point multiple precision arithmetic source?
  5. Message-ID: <9224014.16697@mulga.cs.mu.OZ.AU>
  6. Sender: news@cs.mu.OZ.AU
  7. Organization: Computer Science, University of Melbourne, Australia
  8. References: <BtB2op.GHq@news.udel.edu>
  9. Distribution: usa
  10. Date: Thu, 27 Aug 1992 04:19:19 GMT
  11. Lines: 15
  12.  
  13. clem@bach.udel.edu (Clement Gray Taylor) writes:
  14.  
  15. >In Dr. Dobb's Journal (August 1992) there is an article titled
  16. >"Multiple-Precision Arithmetic in C" that features a simple "big int"
  17. >package. Has anyone heard of a similar PD package that supports high
  18. >precision (say 256 bit) fixed point math. A graphics project that I am working
  19. >on requires such a package, and I currently don't have enough time to start
  20. >from scratch. Any help would be greatly appreciated.
  21.  
  22. One of the many versions of Scheme which have appeared (I think it's
  23. CSCHEME) has a file called "bignum" which implements elementary
  24. operations on arbitrarily large floating point numbers. I'ts not really
  25. what you're after, sure, but a lot of the code could be easily modified.
  26.  
  27. bromage@mullauna.cs.mu.oz.au
  28.