Hash :
54a8ff34
Author :
Date :
2011-10-08T22:18:44
New module 'logf'. * lib/math.in.h (logf): New declaration. * lib/logf.c: New file. * m4/logf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether logf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGF, HAVE_LOGF. * modules/math (Makefile.am): Substitute GNULIB_LOGF, HAVE_LOGF. * modules/logf: New file. * tests/test-math-c++.cc: Check the declaration of logf. * doc/posix-functions/logf.texi: Mention the new module.
Description:
logf() function: natural logarithmic function.
Files:
lib/logf.c
m4/logf.m4
Depends-on:
math
log [test $HAVE_LOGF = 0]
configure.ac:
gl_FUNC_LOGF
if test $HAVE_LOGF = 0; then
AC_LIBOBJ([logf])
fi
gl_MATH_MODULE_INDICATOR([logf])
Makefile.am:
Include:
<math.h>
Link:
$(LOGF_LIBM)
License:
LGPL
Maintainer:
Bruno Haible