summaryrefslogtreecommitdiff
path: root/gnulib/modules/log1p
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/log1p')
m---------gnulib0
-rw-r--r--gnulib/modules/log1p24
2 files changed, 24 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/log1p b/gnulib/modules/log1p
new file mode 100644
index 0000000..955893b
--- /dev/null
+++ b/gnulib/modules/log1p
@@ -0,0 +1,24 @@
+Description:
+log1p() function: natural logarithm of 1 plus argument.
+
+Files:
+m4/mathfunc.m4
+
+Depends-on:
+
+configure.ac:
+gl_COMMON_DOUBLE_MATHFUNC([log1p])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(LOG1P_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible