New module 'frexp'.
[gnulib.git] / modules / frexp
diff --git a/modules/frexp b/modules/frexp
new file mode 100644 (file)
index 0000000..03407fd
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+frexp() function: split a double into its constituents.
+
+Files:
+lib/frexp.c
+m4/frexp.m4
+
+Depends-on:
+math
+isnan-nolibm
+
+configure.ac:
+gl_FUNC_FREXP
+gl_MATH_MODULE_INDICATOR([frexp])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible, Paolo Bonzini
+