summaryrefslogtreecommitdiff
path: root/modules/mathl
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-02-18 17:05:23 +0000
committerBruno Haible <bruno@clisp.org>2003-02-18 17:05:23 +0000
commit5657b2536d242966c41c268b9ab4fe8df727bb13 (patch)
tree1e04d3e6ba4cfc68f56d75fdc04025b65b69f7f5 /modules/mathl
parent3d900b36c46882b2d7cb330d7cb43aea97617b07 (diff)
downloadgnulib-5657b2536d242966c41c268b9ab4fe8df727bb13.tar.gz
Transcendental functions for 'long double', from Paolo Bonzini.
Diffstat (limited to 'modules/mathl')
-rw-r--r--modules/mathl37
1 files changed, 37 insertions, 0 deletions
diff --git a/modules/mathl b/modules/mathl
new file mode 100644
index 0000000000..363a240a9c
--- /dev/null
+++ b/modules/mathl
@@ -0,0 +1,37 @@
+Description:
+C99 functions for transcendental functions with long double arguments.
+
+Files:
+lib/mathl.h
+lib/acosl.c
+lib/asinl.c
+lib/atanl.c
+lib/ceill.c
+lib/cosl.c
+lib/expl.c
+lib/floorl.c
+lib/frexpl.c
+lib/ldexpl.c
+lib/logl.c
+lib/sincosl.c
+lib/sinl.c
+lib/sqrtl.c
+lib/tanl.c
+lib/trigl.c
+lib/trigl.h
+m4/mathl.m4
+
+Depends-on:
+
+configure.ac:
+gl_FUNC_LONG_DOUBLE_MATH
+
+Makefile.am:
+noinst_HEADERS += mathl.h trigl.h trigl.c sincosl.c
+
+Include:
+"mathl.h"
+
+Maintainer:
+Paolo Bonzini <bonzini@gnu.org>
+