home *** CD-ROM | disk | FTP | other *** search
- diff -rc --new-file libm-5.4/Product-Info /gnu/src/amiga/libm-5.4/Product-Info
- *** libm-5.4/Product-Info Thu Jan 1 00:00:00 1970
- --- /gnu/src/amiga/libm-5.4/Product-Info Tue Jul 12 17:35:16 1994
- ***************
- *** 0 ****
- --- 1,17 ----
- + .name
- + libm
- + .fullname
- + Runtime math library
- + .type
- + Library
- + .short
- + Runtime math library
- + .description
- + This runtime math library is from BSD. It is used with the GNU C
- + compiler when the -lm option is given to gcc.
- + .version
- + 5.4
- + .distribution
- + Copyrighted but Freely Redistributable
- + .described-by
- + Fred Fish (fnf@amigalib.com)
- diff -rc --new-file libm-5.4/README-fnf /gnu/src/amiga/libm-5.4/README-fnf
- *** libm-5.4/README-fnf Thu Jan 1 00:00:00 1970
- --- /gnu/src/amiga/libm-5.4/README-fnf Mon Jul 11 17:11:00 1994
- ***************
- *** 0 ****
- --- 1,5 ----
- + This is a version of libm from a BSD distribution. It was
- + arbitarily given the version number 5.4 based on the version
- + of the README file that accompanies it.
- +
- + -Fred Fish ><>
- diff -rc --new-file libm-5.4/common/atan2.c /gnu/src/amiga/libm-5.4/common/atan2.c
- *** libm-5.4/common/atan2.c Thu Sep 23 23:45:58 1993
- --- /gnu/src/amiga/libm-5.4/common/atan2.c Thu Sep 23 23:45:19 1993
- ***************
- *** 137,142 ****
- --- 137,143 ----
- ic(at1fhi, 9.8279372324732905408E-1 , -1, 1.F730BD281F69B)
- ic(at1flo,-2.4407677060164810007E-17 , -56, -1.C23DFEFEAE6B5)
- ic(PIo2, 1.5707963267948965580E0 , 0, 1.921FB54442D18)
- + #undef PI
- ic(PI, 3.1415926535897931160E0 , 1, 1.921FB54442D18)
- ic(a1, 3.3333333333333942106E-1 , -2, 1.55555555555C3)
- ic(a2, -1.9999999999979536924E-1 , -3, -1.9999999997CCD)
- diff -rc --new-file libm-5.4/common/trig.h /gnu/src/amiga/libm-5.4/common/trig.h
- *** libm-5.4/common/trig.h Thu Sep 23 23:45:57 1993
- --- /gnu/src/amiga/libm-5.4/common/trig.h Thu Sep 23 23:45:20 1993
- ***************
- *** 39,44 ****
- --- 39,45 ----
- vc(PIo4, 7.8539816339744830676E-1 ,0fda,4049,68c2,a221, 0, .C90FDAA22168C2)
- vc(PIo2, 1.5707963267948966135E0 ,0fda,40c9,68c2,a221, 1, .C90FDAA22168C2)
- vc(PI3o4, 2.3561944901923449203E0 ,cbe3,4116,0e92,f999, 2, .96CBE3F9990E92)
- + #undef PI
- vc(PI, 3.1415926535897932270E0 ,0fda,4149,68c2,a221, 2, .C90FDAA22168C2)
- vc(PI2, 6.2831853071795864540E0 ,0fda,41c9,68c2,a221, 3, .C90FDAA22168C2)
-
-