summaryrefslogtreecommitdiffstats
path: root/lib/libF77/r_sqrt.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-04-21 16:43:03 +0000
committerobrien <obrien@FreeBSD.org>1999-04-21 16:43:03 +0000
commit947085f7082572209374107061ccfc79a12a7397 (patch)
tree37660d67894f66b335d19dab8b118860ed9b4aee /lib/libF77/r_sqrt.c
parentb77bb336f91d563c94043b1d50ae78da2d23490c (diff)
downloadFreeBSD-src-947085f7082572209374107061ccfc79a12a7397.zip
FreeBSD-src-947085f7082572209374107061ccfc79a12a7397.tar.gz
Remove the old libf2c. libg2c is now serving us well.
Diffstat (limited to 'lib/libF77/r_sqrt.c')
-rw-r--r--lib/libF77/r_sqrt.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libF77/r_sqrt.c b/lib/libF77/r_sqrt.c
deleted file mode 100644
index 26b4545..0000000
--- a/lib/libF77/r_sqrt.c
+++ /dev/null
@@ -1,13 +0,0 @@
-#include "f2c.h"
-
-#ifdef KR_headers
-double sqrt();
-double r_sqrt(x) real *x;
-#else
-#undef abs
-#include "math.h"
-double r_sqrt(real *x)
-#endif
-{
-return( sqrt(*x) );
-}
OpenPOWER on IntegriCloud