home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / math / cwaite.pro < prev    next >
Encoding:
Text File  |  1988-05-03  |  2.4 KB  |  61 lines

  1.  
  2.  
  3. -------- SIMTEL20 Ada Software Repository Prologue ------------
  4. --
  5. -- Unit name    : generic package GENERIC_MATH_FUNCTIONS
  6. -- Version      : 1.0
  7. -- Author       : Col. William A. Whitaker, Lt. Tim Eicholz, USAF
  8. -- DDN Address  : WWHITAKER@ADA20
  9. -- Copyright    : None (Government work)
  10. -- Date created :  JULY 1982
  11. -- Release date :  JULY 1986
  12. -- Last update  :  WHITAKER JULY 1986
  13. -- Machine/System Compiled/Run on : Rational R1000, VAX (DEC), others
  14. --
  15. ---------------------------------------------------------------
  16. --
  17. -- Keywords     :  MATH, MATH_FUNCTIONS, ELEMENTARY_FUNCTIONS
  18. --
  19. -- Abstract     :  A set of elementary math functions (generic on digits <>)
  20. -- corresponding to the FORTRAN intrinsic functions.  The implementation of
  21. -- the body uses the truncated polynominals method of Cody and Waite.
  22. -- This is a set of easily understood code ment to be machine independent.
  23. -- They are not particularly fast.  They could be optimized for particular 
  24. -- machines.
  25. -- A fairly extensive set of test procedures are also provided.
  26. --
  27. ------------------ Revision history ---------------------------
  28. --
  29. -- DATE         VERSION    AUTHOR                  HISTORY
  30. -- 18JUL86       1.0    Whitaker                Initial Release
  31. --
  32. ------------------ Distribution and Copyright -----------------
  33. --
  34. -- This software is not subject to copyright.
  35. --
  36. -- This software is released to the Ada community.
  37. -- This software is released to the Public Domain (note:
  38. --   software released to the Public Domain is not subject
  39. --   to copyright protection).
  40. -- Restrictions on use or distribution:  NONE
  41. --
  42. ------------------ Disclaimer ---------------------------------
  43. --
  44. -- This software and its documentation are provided "AS IS" and
  45. -- without any expressed or implied warranties whatsoever.
  46. -- No warranties as to performance, merchantability, or fitness
  47. -- for a particular purpose exist.
  48. --
  49. -- Because of the diversity of conditions and hardware under
  50. -- which this software may be used, no warranty of fitness for
  51. -- a particular purpose is offered.  The user is advised to
  52. -- test the software thoroughly before relying on it.  The user
  53. -- must assume the entire risk and liability of using this
  54. -- software.
  55. --
  56. -- In no event shall any person or organization of people be
  57. -- held responsible for any direct, indirect, consequential
  58. -- or inconsequential damages or lost profits.
  59. --
  60. -------------------END-PROLOGUE--------------------------------
  61.