home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / gnu / libm-5.4-diffs.lha / GNU / src / diffs / libm-5.4.diffs
Text File  |  1995-01-21  |  2KB  |  61 lines

  1. diff -rc --new-file libm-5.4/Product-Info /gnu/src/amiga/libm-5.4/Product-Info
  2. *** libm-5.4/Product-Info    Thu Jan  1 00:00:00 1970
  3. --- /gnu/src/amiga/libm-5.4/Product-Info    Tue Jul 12 17:35:16 1994
  4. ***************
  5. *** 0 ****
  6. --- 1,17 ----
  7. + .name
  8. + libm
  9. + .fullname
  10. + Runtime math library
  11. + .type
  12. + Library
  13. + .short
  14. + Runtime math library
  15. + .description
  16. + This runtime math library is from BSD.  It is used with the GNU C
  17. + compiler when the -lm option is given to gcc.
  18. + .version
  19. + 5.4
  20. + .distribution
  21. + Copyrighted but Freely Redistributable
  22. + .described-by
  23. + Fred Fish (fnf@amigalib.com)
  24. diff -rc --new-file libm-5.4/README-fnf /gnu/src/amiga/libm-5.4/README-fnf
  25. *** libm-5.4/README-fnf    Thu Jan  1 00:00:00 1970
  26. --- /gnu/src/amiga/libm-5.4/README-fnf    Mon Jul 11 17:11:00 1994
  27. ***************
  28. *** 0 ****
  29. --- 1,5 ----
  30. + This is a version of libm from a BSD distribution.  It was
  31. + arbitarily given the version number 5.4 based on the version
  32. + of the README file that accompanies it.
  33. + -Fred Fish  ><>
  34. diff -rc --new-file libm-5.4/common/atan2.c /gnu/src/amiga/libm-5.4/common/atan2.c
  35. *** libm-5.4/common/atan2.c    Thu Sep 23 23:45:58 1993
  36. --- /gnu/src/amiga/libm-5.4/common/atan2.c    Thu Sep 23 23:45:19 1993
  37. ***************
  38. *** 137,142 ****
  39. --- 137,143 ----
  40.   ic(at1fhi, 9.8279372324732905408E-1  ,  -1,  1.F730BD281F69B)
  41.   ic(at1flo,-2.4407677060164810007E-17 , -56, -1.C23DFEFEAE6B5)
  42.   ic(PIo2,   1.5707963267948965580E0   ,   0,  1.921FB54442D18)
  43. + #undef PI
  44.   ic(PI,     3.1415926535897931160E0   ,   1,  1.921FB54442D18)
  45.   ic(a1,     3.3333333333333942106E-1  ,  -2,  1.55555555555C3)
  46.   ic(a2,    -1.9999999999979536924E-1  ,  -3, -1.9999999997CCD)
  47. diff -rc --new-file libm-5.4/common/trig.h /gnu/src/amiga/libm-5.4/common/trig.h
  48. *** libm-5.4/common/trig.h    Thu Sep 23 23:45:57 1993
  49. --- /gnu/src/amiga/libm-5.4/common/trig.h    Thu Sep 23 23:45:20 1993
  50. ***************
  51. *** 39,44 ****
  52. --- 39,45 ----
  53.   vc(PIo4,   7.8539816339744830676E-1 ,0fda,4049,68c2,a221,  0, .C90FDAA22168C2)
  54.   vc(PIo2,   1.5707963267948966135E0  ,0fda,40c9,68c2,a221,  1, .C90FDAA22168C2)
  55.   vc(PI3o4,  2.3561944901923449203E0  ,cbe3,4116,0e92,f999,  2, .96CBE3F9990E92)
  56. + #undef PI
  57.   vc(PI,     3.1415926535897932270E0  ,0fda,4149,68c2,a221,  2, .C90FDAA22168C2)
  58.   vc(PI2,    6.2831853071795864540E0  ,0fda,41c9,68c2,a221,  3, .C90FDAA22168C2)
  59.   
  60.