Hash :
a87ae2d2
Author :
Date :
2011-10-08T22:10:45
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.
Description:
expf() function: exponential function.
Files:
lib/expf.c
m4/expf.m4
Depends-on:
math
exp [test $HAVE_EXPF = 0]
configure.ac:
gl_FUNC_EXPF
if test $HAVE_EXPF = 0; then
AC_LIBOBJ([expf])
fi
gl_MATH_MODULE_INDICATOR([expf])
Makefile.am:
Include:
<math.h>
Link:
$(EXPF_LIBM)
License:
LGPL
Maintainer:
Bruno Haible