BSD 4_3_Reno release
[unix-history] / usr / src / old / libm / liboldnm / pow.c
index 0ffb7f4..e3b1111 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)pow.c      5.1 (Berkeley) 5/8/85";
+#endif not lint
+
 /*
        computes a^b.
        uses log and exp
 /*
        computes a^b.
        uses log and exp