home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gmp-1.3.2.tar.gz.pi < prev    next >
Text File  |  1994-03-15  |  1KB  |  41 lines

  1. # This file contains product information that can be used by
  2. # KingFisher 2.0 and other similar tools.
  3.  
  4. .name
  5. gmp
  6. .fullname
  7. GNU arbitrary precision arithmetic library
  8. .type
  9. Library
  10. .short
  11. Arbitrary precision math, orig FSF src.
  12. .description
  13. GNU MP is a library for arbitrary precision arithmetic, operating on
  14. signed integers and rational numbers.  It has a rich set of functions,
  15. and the functions have a regular interface.
  16.  
  17. The author has tried to make these functions as fast as possible, both
  18. for small operands and for huge operands.  The speed is achieved by
  19. using fullwords as the basic arithmetic type, by using fast
  20. algorithms, by defining inline assembler for mixed sized
  21. multiplication and division (i.e 32*32->64 bit multiplication and
  22. 64/32->32,32 bit division), and by hacking the code with emphasis on
  23. speed (and not simplicity and elegance).
  24.  
  25. The speed of GNU MP is about 5 to 100 times that of Berkeley MP for
  26. small operands.  The speed-up increases with the operand sizes for
  27. certain operations, for which GNU MP has asymptotically faster
  28. algorithms.
  29.  
  30. This gzip compressed tar archive is the original FSF source
  31. distribution before any Amiga specific changes have been
  32. applied.
  33. .version
  34. 1.3.2
  35. .author
  36. Torbjorn Granlund
  37. .distribution
  38. GNU Public License
  39. .described-by
  40. Fred Fish (fnf@fishpond.cygnus.com)
  41.