New module 'expm1l'.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 20:55:34 +0000 (21:55 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 21:55:01 +0000 (22:55 +0100)
commitf52b378b1c007c26050f05c347751bc26d083f90
tree572c4c4a8ba2865cf4f03f6fc93b2f7ef72c0678
parent916c1530fe8cb1048ef098e825a868685be16b53
New module 'expm1l'.

* lib/math.in.h (expm1l): New declaration.
* lib/expm1l.c: New file.
* m4/expm1l.m4: New file.
* m4/math_h.m4 (gl_MATH_H): Test whether expm1l is declared.
(gl_MATH_H_DEFAULTS): Initialize GNULIB_EXPM1L, HAVE_EXPM1L.
* modules/math (Makefile.am): Substitute GNULIB_EXPM1L, HAVE_EXPM1L.
* modules/expm1l: New file.
* tests/test-math-c++.cc: Check the declaration of expm1l.
* doc/posix-functions/expm1l.texi: Mention the new module.
ChangeLog
doc/posix-functions/expm1l.texi
lib/expm1l.c [new file with mode: 0644]
lib/math.in.h
m4/expm1l.m4 [new file with mode: 0644]
m4/math_h.m4
modules/expm1l [new file with mode: 0644]
modules/math
tests/test-math-c++.cc