Hash :
b398592c
Author :
Date :
2011-10-08T22:45:54
New module 'powf'. * lib/math.in.h (powf): New declaration. * lib/powf.c: New file. * m4/powf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether powf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_POWF, HAVE_POWF. * modules/math (Makefile.am): Substitute GNULIB_POWF, HAVE_POWF. * modules/powf: New file. * tests/test-math-c++.cc: Check the declaration of powf. * doc/posix-functions/powf.texi: Mention the new module.
Description:
powf() function: power function.
Files:
lib/powf.c
m4/powf.m4
Depends-on:
math
pow [test $HAVE_POWF = 0]
configure.ac:
gl_FUNC_POWF
if test $HAVE_POWF = 0; then
AC_LIBOBJ([powf])
fi
gl_MATH_MODULE_INDICATOR([powf])
Makefile.am:
Include:
<math.h>
Link:
$(POWF_LIBM)
License:
LGPL
Maintainer:
Bruno Haible