New module 'expf'.
authorBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:10:45 +0000 (22:10 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 8 Oct 2011 20:10:45 +0000 (22:10 +0200)
commita87ae2d257362ae83d26a51ab87d2226ec61d62b
tree4b140b803d6e7e114f7027b095c97c8ab2498fcb
parentba82f2877733278a887f1754c2f9e4a726dc2251
New module 'expf'.

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