New module 'sinf'.
[gnulib.git] / modules / sinf
diff --git a/modules/sinf b/modules/sinf
new file mode 100644 (file)
index 0000000..f349687
--- /dev/null
@@ -0,0 +1,31 @@
+Description:
+sinf() function: sine function.
+
+Files:
+lib/sinf.c
+m4/sinf.m4
+
+Depends-on:
+math
+sin             [test $HAVE_SINF = 0]
+
+configure.ac:
+gl_FUNC_SINF
+if test $HAVE_SINF = 0; then
+  AC_LIBOBJ([sinf])
+fi
+gl_MATH_MODULE_INDICATOR([sinf])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(SINF_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible