BSD 4_3 release
[unix-history] / usr / src / usr.lib / libF77 / r_cos.c
index 2185bd7..5b22e55 100644 (file)
@@ -1,8 +1,12 @@
 /*
 /*
- *     "@(#)r_cos.c    1.1"
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)r_cos.c     5.2     7/8/85
  */
 
  */
 
-double r_cos(x)
+float r_cos(x)
 float *x;
 {
 double cos();
 float *x;
 {
 double cos();