]> Savannah Git Hosting - gnulib.git/commitdiff
New module 'expm1f-ieee'.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 23:42:42 +0000 (00:42 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 23:42:42 +0000 (00:42 +0100)
* modules/expm1f-ieee: New file.

ChangeLog
modules/expm1f-ieee [new file with mode: 0644]

index 37344ac576cf5f3e5aeef4be7a5d97147b13bdd0..3e414ad7ad078eac7af9aa279e1aa54b21d010c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-06  Bruno Haible  <bruno@clisp.org>
 
+       New module 'expm1f-ieee'.
+       * modules/expm1f-ieee: New file.
+
        Tests for module 'expm1-ieee'.
        * modules/expm1-ieee-tests: New file.
        * tests/test-expm1-ieee.c: New file.
diff --git a/modules/expm1f-ieee b/modules/expm1f-ieee
new file mode 100644 (file)
index 0000000..ad21a81
--- /dev/null
@@ -0,0 +1,26 @@
+Description:
+expm1f() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+expm1f
+fpieee
+expm1-ieee      [test $HAVE_EXPM1F = 0]
+
+configure.ac:
+AC_REQUIRE([gl_FUNC_EXPM1F])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(EXPM1F_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible