changeset 16592:2ef778d85b80

New module 'expm1l-ieee'. * modules/expm1l-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Wed, 07 Mar 2012 00:49:52 +0100
parents 865854b1455a
children 1227bdffccae
files ChangeLog modules/expm1l-ieee
diffstat 2 files changed, 29 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-06  Bruno Haible  <bruno@clisp.org>
 
+	New module 'expm1l-ieee'.
+	* modules/expm1l-ieee: New file.
+
 	Tests for module 'expm1f-ieee'.
 	* modules/expm1f-ieee-tests: New file.
 	* tests/test-expm1f-ieee.c: New file.
new file mode 100644
--- /dev/null
+++ b/modules/expm1l-ieee
@@ -0,0 +1,26 @@
+Description:
+expm1l() function according to ISO C 99 with IEC 60559.
+
+Files:
+
+Depends-on:
+expm1l
+fpieee
+expm1-ieee      [test $HAVE_EXPM1L = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
+
+configure.ac:
+AC_REQUIRE([gl_FUNC_EXPM1L])
+
+Makefile.am:
+
+Include:
+<math.h>
+
+Link:
+$(EXPM1L_LIBM)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible