BSD 4_3 release
[unix-history] / usr / src / usr.lib / libF77 / r_atn2.c
index 74ed4b5..d26873b 100644 (file)
@@ -1,8 +1,12 @@
 /*
 /*
- *     "@(#)r_atn2.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_atn2.c    5.2     7/8/85
  */
 
  */
 
-double r_atn2(x,y)
+float r_atn2(x,y)
 float *x, *y;
 {
 double atan2();
 float *x, *y;
 {
 double atan2();