New module 'exp2'.
authorBruno Haible <bruno@clisp.org>
Wed, 7 Mar 2012 02:29:32 +0000 (03:29 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 9 Mar 2012 01:15:34 +0000 (02:15 +0100)
commit98d50dd6077362e1bc9d9bdeb4193051e611e677
tree30471c6e325b952eb9e1335076d0dadd89add9a0
parenta86ab183d92d794a951cefdf95718b46d5f4441e
New module 'exp2'.

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