BSD 4_3 release
[unix-history] / usr / src / usr.lib / libF77 / r_exp.c
index a7568a5..9b37e23 100644 (file)
@@ -1,8 +1,12 @@
 /*
 /*
- *     "@(#)r_exp.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_exp.c     5.2     7/8/85
  */
 
  */
 
-double r_exp(x)
+float r_exp(x)
 float *x;
 {
 double exp();
 float *x;
 {
 double exp();