Hash :
70cefefe
Author :
Date :
2011-10-08T23:07:36
New module 'cosf'. * lib/math.in.h (cosf): New declaration. * lib/cosf.c: New file. * m4/cosf.m4: New file. * m4/math_h.m4 (gl_MATH_H): Test whether cosf is declared. (gl_MATH_H_DEFAULTS): Initialize GNULIB_COSF, HAVE_COSF. * modules/math (Makefile.am): Substitute GNULIB_COSF, HAVE_COSF. * modules/cosf: New file. * tests/test-math-c++.cc: Check the declaration of cosf. * doc/posix-functions/cosf.texi: Mention the new module.
Description:
cosf() function: cosine function.
Files:
lib/cosf.c
m4/cosf.m4
Depends-on:
math
cos [test $HAVE_COSF = 0]
configure.ac:
gl_FUNC_COSF
if test $HAVE_COSF = 0; then
AC_LIBOBJ([cosf])
fi
gl_MATH_MODULE_INDICATOR([cosf])
Makefile.am:
Include:
<math.h>
Link:
$(COSF_LIBM)
License:
LGPL
Maintainer:
Bruno Haible