summaryrefslogtreecommitdiff
path: root/modules/expl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-01-18 01:27:33 +0100
committerBruno Haible <bruno@clisp.org>2010-01-19 02:59:13 +0100
commit73e329f11142c2804e42825e1590041d68dbb6e9 (patch)
tree3576045450dd7e0c54caf80d8d55842e6632879f /modules/expl
parent438ba4dda6cffac43a76642edbde5eb3504001d9 (diff)
downloadgnulib-73e329f11142c2804e42825e1590041d68dbb6e9.tar.gz
New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
Diffstat (limited to 'modules/expl')
-rw-r--r--modules/expl30
1 files changed, 30 insertions, 0 deletions
diff --git a/modules/expl b/modules/expl
new file mode 100644
index 0000000000..3870440e75
--- /dev/null
+++ b/modules/expl
@@ -0,0 +1,30 @@
+Description:
+expl() function: exponential function with long double argument.
+
+Files:
+lib/expl.c
+m4/expl.m4
+
+Depends-on:
+math
+extensions
+float
+floorl
+
+configure.ac:
+gl_FUNC_EXPL
+gl_MATH_MODULE_INDICATOR([expl])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(EXPL_LIBM)
+
+License:
+GPL
+
+Maintainer:
+Paolo Bonzini