New module 'expm1f'.
authorBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 20:24:28 +0000 (21:24 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 6 Mar 2012 21:55:00 +0000 (22:55 +0100)
commitfef5744cfb2fe5d6241e66a8e736f6926e7ea621
treebb5193c3aa376c36ecd30d7d09f3aa29b9db7268
parent1dfc40fc5d4a95929926c750aac9dc33efe401fc
New module 'expm1f'.

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