home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / gnu / gmp-1.3.2-src.lha.pi < prev    next >
Text File  |  1994-03-15  |  1KB  |  40 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, Amiga src+diff
  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 archive contains the Amiga source and diffs that were applied
  31. to the baseline FSF distribution to generate the Amiga source.
  32. .version
  33. 1.3.2
  34. .author
  35. Torbjorn Granlund
  36. .distribution
  37. GNU Public License
  38. .described-by
  39. Fred Fish (fnf@fishpond.cygnus.com)
  40.