New module 'expm1'.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 16:55:54 +0000 (17:55 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 21:54:53 +0000 (22:54 +0100)
commit660b3c45c8ffc6ffbd699bbc3986eb318426709f
tree26c5bde58637907c4aab56b576c4024d063ca557
parentbf6909e5ca400414ed0730b7f64e48d04993936e
New module 'expm1'.

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