tahoe release
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Dec 1987 10:42:13 +0000 (02:42 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 1 Dec 1987 10:42:13 +0000 (02:42 -0800)
SCCS-vsn: lib/libm/Makefile 5.1
SCCS-vsn: lib/libm/README 5.1
SCCS-vsn: lib/libm/common_source/acosh.c 5.1
SCCS-vsn: lib/libm/common_source/asincos.c 5.1
SCCS-vsn: lib/libm/common_source/asinh.c 5.1
SCCS-vsn: lib/libm/common_source/atan.c 5.1
SCCS-vsn: lib/libm/common_source/atanh.c 5.1
SCCS-vsn: lib/libm/common_source/cosh.c 5.1
SCCS-vsn: lib/libm/common_source/erf.c 5.1
SCCS-vsn: lib/libm/common_source/exp.c 5.1
SCCS-vsn: lib/libm/common_source/exp__E.c 5.1
SCCS-vsn: lib/libm/common_source/expm1.c 5.1
SCCS-vsn: lib/libm/common_source/floor.c 5.1
SCCS-vsn: lib/libm/common_source/j0.c 5.1
SCCS-vsn: lib/libm/common_source/j1.c 5.1
SCCS-vsn: lib/libm/common_source/jn.c 5.1
SCCS-vsn: lib/libm/common_source/lgamma.c 5.1
SCCS-vsn: lib/libm/common_source/log.c 5.1
SCCS-vsn: lib/libm/common_source/log10.c 5.1
SCCS-vsn: lib/libm/common_source/log1p.c 5.1
SCCS-vsn: lib/libm/common_source/log__L.c 5.1
SCCS-vsn: lib/libm/common_source/math.h 5.1
SCCS-vsn: lib/libm/common_source/pow.c 5.1
SCCS-vsn: lib/libm/common_source/sinh.c 5.1
SCCS-vsn: lib/libm/common_source/tanh.c 5.1
SCCS-vsn: lib/libm/common/Makefile 5.1
SCCS-vsn: lib/libm/common/atan2.c 5.1
SCCS-vsn: lib/libm/common/sincos.c 5.1
SCCS-vsn: lib/libm/common/tan.c 5.1
SCCS-vsn: lib/libm/common/trig.h 5.1
SCCS-vsn: lib/libm/ieee/Makefile 5.1
SCCS-vsn: lib/libm/ieee/cabs.c 5.1
SCCS-vsn: lib/libm/ieee/cbrt.c 5.1
SCCS-vsn: lib/libm/ieee/support.c 5.1

34 files changed:
usr/src/lib/libm/Makefile
usr/src/lib/libm/README
usr/src/lib/libm/common/Makefile
usr/src/lib/libm/common/atan2.c
usr/src/lib/libm/common/sincos.c
usr/src/lib/libm/common/tan.c
usr/src/lib/libm/common/trig.h
usr/src/lib/libm/common_source/acosh.c
usr/src/lib/libm/common_source/asincos.c
usr/src/lib/libm/common_source/asinh.c
usr/src/lib/libm/common_source/atan.c
usr/src/lib/libm/common_source/atanh.c
usr/src/lib/libm/common_source/cosh.c
usr/src/lib/libm/common_source/erf.c
usr/src/lib/libm/common_source/exp.c
usr/src/lib/libm/common_source/exp__E.c
usr/src/lib/libm/common_source/expm1.c
usr/src/lib/libm/common_source/floor.c
usr/src/lib/libm/common_source/j0.c
usr/src/lib/libm/common_source/j1.c
usr/src/lib/libm/common_source/jn.c
usr/src/lib/libm/common_source/lgamma.c
usr/src/lib/libm/common_source/log.c
usr/src/lib/libm/common_source/log10.c
usr/src/lib/libm/common_source/log1p.c
usr/src/lib/libm/common_source/log__L.c
usr/src/lib/libm/common_source/math.h
usr/src/lib/libm/common_source/pow.c
usr/src/lib/libm/common_source/sinh.c
usr/src/lib/libm/common_source/tanh.c
usr/src/lib/libm/ieee/Makefile
usr/src/lib/libm/ieee/cabs.c
usr/src/lib/libm/ieee/cbrt.c
usr/src/lib/libm/ieee/support.c

index 935b41e..5e47716 100644 (file)
@@ -9,7 +9,7 @@
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
-#      @(#)Makefile    1.7 (Berkeley) %G%
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 # This high quality math library is intended to run on either a VAX in
 # D_floating format or a machine that conforms to the IEEE standard 754
 #
 # This high quality math library is intended to run on either a VAX in
 # D_floating format or a machine that conforms to the IEEE standard 754
index b3e4cb9..229a7b8 100644 (file)
@@ -16,7 +16,7 @@
 *                                                                         *
 ***************************************************************************
 
 *                                                                         *
 ***************************************************************************
 
-/*     @(#)README      1.6 (Berkeley) 9/12/85; 1.3 (ucb.elefunt) %G% */
+/*     @(#)README      1.6 (Berkeley) 9/12/85; 5.1 (ucb.elefunt) %G% */
 
 NB.  The machine-independent Version 7 math library found in 4.2BSD
      is now /usr/lib/libom.a.  To compile with those routines use -lom.
 
 NB.  The machine-independent Version 7 math library found in 4.2BSD
      is now /usr/lib/libom.a.  To compile with those routines use -lom.
index f15efc0..536a0bb 100644 (file)
@@ -9,7 +9,7 @@
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
-#      @(#)Makefile    1.5 (Berkeley) %G%
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
index 40ab3b6..4ce4ea2 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)atan2.c   1.3 (Berkeley) 8/21/85; 1.6 (ucb.elefunt) %G%";
+"@(#)atan2.c   1.3 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* ATAN2(Y,X)
 #endif /* not lint */
 
 /* ATAN2(Y,X)
index 3ba95cc..06c3165 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sincos.c   1.1     1.1 (ucb.elefunt) %G%";
+static char sccsid[] = "@(#)sincos.c   5.1     5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 #include "trig.h"
 #endif /* not lint */
 
 #include "trig.h"
index 187cc29..a7bfab6 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)tan.c      1.1     1.1 (ucb.elefunt) %G%";
+static char sccsid[] = "@(#)tan.c      5.1     5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 #include "trig.h"
 #endif /* not lint */
 
 #include "trig.h"
index 629d55b..7239686 100644 (file)
@@ -10,7 +10,7 @@
  * their  experiences (good or bad) with these elementary function  codes,
  * using "sendbug 4bsd-bugs@BERKELEY", to the authors.
  */
  * their  experiences (good or bad) with these elementary function  codes,
  * using "sendbug 4bsd-bugs@BERKELEY", to the authors.
  */
-/* @(#)trig.h  1.1     1.1 (ucb.elefunt) %G% */
+/* @(#)trig.h  5.1     5.1 (ucb.elefunt) %G% */
 #if defined(vax)||defined(tahoe)
 #ifdef vax
 #define _0x(A,B)       0x/**/A/**/B
 #if defined(vax)||defined(tahoe)
 #ifdef vax
 #define _0x(A,B)       0x/**/A/**/B
index c472183..2a165b9 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)acosh.c   1.2 (Berkeley) 8/21/85; 1.5 (ucb.elefunt) %G%";
+"@(#)acosh.c   1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 /* ACOSH(X)
  * RETURN THE INVERSE HYPERBOLIC COSINE OF X
 #endif /* not lint */
 /* ACOSH(X)
  * RETURN THE INVERSE HYPERBOLIC COSINE OF X
index 0b1ea5f..c71d664 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)asincos.c 1.1 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%";
+"@(#)asincos.c 1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* ASIN(X)
 #endif /* not lint */
 
 /* ASIN(X)
index 8d1b76f..6417cd5 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)asinh.c   1.2 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%";
+"@(#)asinh.c   1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* ASINH(X)
 #endif /* not lint */
 
 /* ASINH(X)
index 5f01163..eccce5d 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)atan.c    1.1 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G%";
+"@(#)atan.c    1.1 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif not lint
 
 /* ATAN(X)
 #endif not lint
 
 /* ATAN(X)
index 20e5aa1..7ee374e 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)atanh.c   1.2 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%";
+"@(#)atanh.c   1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* ATANH(X)
 #endif /* not lint */
 
 /* ATANH(X)
index bc3e73b..ff312b9 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)cosh.c    1.2 (Berkeley) 8/21/85; 1.6 (ucb.elefunt) %G%";
+"@(#)cosh.c    1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* COSH(X)
 #endif /* not lint */
 
 /* COSH(X)
index cc89b47..a428be7 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)erf.c       4.2 (Berkeley) 8/21/85; 1.2 (ucb.elefunt) %G% */
+/*     @(#)erf.c       4.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G% */
 
 /*
        C program for floating point error function
 
 /*
        C program for floating point error function
index c887349..06cf2c8 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)exp.c     4.3 (Berkeley) 8/21/85; 1.8 (ucb.elefunt) %G%";
+"@(#)exp.c     4.3 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* EXP(X)
 #endif /* not lint */
 
 /* EXP(X)
index 181c649..8370db6 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)exp__E.c  1.2 (Berkeley) 8/21/85; 1.6 (ucb.elefunt) %G%";
+"@(#)exp__E.c  1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* exp__E(x,c)
 #endif /* not lint */
 
 /* exp__E(x,c)
index d5c8215..4a13903 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)expm1.c   1.2 (Berkeley) 8/21/85; 1.6 (ucb.elefunt) %G%";
+"@(#)expm1.c   1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* EXPM1(X)
 #endif /* not lint */
 
 /* EXPM1(X)
index 276f1df..8a0b87c 100644 (file)
@@ -1,4 +1,4 @@
-/*     @(#)floor.c     4.2     9/11/85; 1.6 (ucb.elefunt) %G% */
+/*     @(#)floor.c     4.2     9/11/85; 5.1 (ucb.elefunt) %G% */
 
 /*
  * floor and ceil-- greatest integer <= arg
 
 /*
  * floor and ceil-- greatest integer <= arg
index a70e809..79a92f7 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef lint
 static char sccsid[] =
 #ifndef lint
 static char sccsid[] =
-"@(#)j0.c      4.2 (Berkeley) 8/21/85; 1.3 (ucb.elefunt) %G%";
+"@(#)j0.c      4.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index c55b980..91df075 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef lint
 static char sccsid[] =
 #ifndef lint
 static char sccsid[] =
-"@(#)j1.c      4.2 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%";
+"@(#)j1.c      4.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 311f1f7..331ad29 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef lint
 static char sccsid[] =
 #ifndef lint
 static char sccsid[] =
-"@(#)jn.c      4.2 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%";
+"@(#)jn.c      4.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index b17d7c6..ab73f19 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef lint
 static char sccsid[] =
 #ifndef lint
 static char sccsid[] =
-"@(#)lgamma.c  4.4 (Berkeley) 9/11/85; 1.4 (ucb.elefunt) %G%";
+"@(#)lgamma.c  4.4 (Berkeley) 9/11/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index ab8f918..98d6e2e 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)log.c     4.5 (Berkeley) 8/21/85; 1.6 (ucb.elefunt) %G%";
+"@(#)log.c     4.5 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* LOG(X)
 #endif /* not lint */
 
 /* LOG(X)
index bb46119..be47165 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)log10.c   1.2 (Berkeley) 8/21/85; 1.5 (ucb.elefunt) %G%";
+"@(#)log10.c   1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* LOG10(X)
 #endif /* not lint */
 
 /* LOG10(X)
index 3900dfb..767d8ab 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)log1p.c   1.3 (Berkeley) 8/21/85; 1.6 (ucb.elefunt) %G%";
+"@(#)log1p.c   1.3 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* LOG1P(x) 
 #endif /* not lint */
 
 /* LOG1P(x) 
index 84abc6d..0cde28a 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)log__L.c  1.2 (Berkeley) 8/21/85; 1.5 (ucb.elefunt) %G%";
+"@(#)log__L.c  1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* log__L(Z)
 #endif /* not lint */
 
 /* log__L(Z)
index 7055a1f..6f79b30 100644 (file)
@@ -1,4 +1,4 @@
-/*     math.h  4.6     9/11/85; 1.3 (ucb.elefunt) %G% */
+/*     math.h  4.6     9/11/85; 5.1 (ucb.elefunt) %G% */
 
 extern double asinh(), acosh(), atanh();
 extern double erf(), erfc();
 
 extern double asinh(), acosh(), atanh();
 extern double erf(), erfc();
index bb96f7a..8b3a017 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)pow.c     4.5 (Berkeley) 8/21/85; 1.7 (ucb.elefunt) %G%";
+"@(#)pow.c     4.5 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* POW(X,Y)  
 #endif /* not lint */
 
 /* POW(X,Y)  
index 8168049..30a552d 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)sinh.c    4.3 (Berkeley) 8/21/85; 1.6 (ucb.elefunt) %G%";
+"@(#)sinh.c    4.3 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* SINH(X)
 #endif /* not lint */
 
 /* SINH(X)
index db8b415..9feb4e1 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)tanh.c    4.3 (Berkeley) 8/21/85; 1.4 (ucb.elefunt) %G%";
+"@(#)tanh.c    4.3 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* TANH(X)
 #endif /* not lint */
 
 /* TANH(X)
index f9923c6..e16c611 100644 (file)
@@ -9,7 +9,7 @@
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
 # software without specific written prior permission. This software
 # is provided ``as is'' without express or implied warranty.
 #
-#      @(#)Makefile    1.6 (Berkeley) %G%
+#      @(#)Makefile    5.1 (Berkeley) %G%
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
index a7a0627..0ca22f3 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)cabs.c    1.2 (Berkeley) 8/21/85; 1.7 (ucb.elefunt) %G%";
+"@(#)cabs.c    1.2 (Berkeley) 8/21/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* HYPOT(X,Y)
 #endif /* not lint */
 
 /* HYPOT(X,Y)
index ca3a3b6..d307f9c 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)cbrt.c    1.1 (Berkeley) 5/23/85; 1.4 (ucb.elefunt) %G%";
+"@(#)cbrt.c    1.1 (Berkeley) 5/23/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* kahan's cube root (53 bits IEEE double precision)
 #endif /* not lint */
 
 /* kahan's cube root (53 bits IEEE double precision)
index 01df15f..43def00 100644 (file)
@@ -13,7 +13,7 @@
 
 #ifndef lint
 static char sccsid[] =
 
 #ifndef lint
 static char sccsid[] =
-"@(#)support.c 1.1 (Berkeley) 5/23/85; 1.10 (ucb.elefunt) %G%";
+"@(#)support.c 1.1 (Berkeley) 5/23/85; 5.1 (ucb.elefunt) %G%";
 #endif /* not lint */
 
 /* 
 #endif /* not lint */
 
 /*