New module 'exp2f'.
authorBruno Haible <bruno@clisp.org>
Thu, 8 Mar 2012 19:24:53 +0000 (20:24 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2012 01:15:35 +0000 (02:15 +0100)
commitbff4a106924f9531c45661e5d163470e9faa521a
tree4e3a5a20287aa1d6b07ef9d6ed1af7773bebca4c
parent6b168421262adda71eed4cca137c34c1a9d6b981
New module 'exp2f'.

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