OSDN Git Service

2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
[pf3gnuchains/gcc-fork.git] / libf2c / libF77 / r_lg10.c
diff --git a/libf2c/libF77/r_lg10.c b/libf2c/libF77/r_lg10.c
deleted file mode 100644 (file)
index 563e73c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "f2c.h"
-
-#define log10e 0.43429448190325182765
-
-#undef abs
-#include <math.h>
-double
-r_lg10 (real * x)
-{
-  return (log10e * log (*x));
-}