gnulib-tool: Ignore autom4te.cache when using GNULIB_TOOL_IMPL=sh+py.
[gnulib.git] / modules / tanf
blob64b4cbcc7243f604d306a94ef1350bb258ba3cf3
1 Description:
2 tanf() function: tangent function.
4 Files:
5 lib/tanf.c
6 m4/tanf.m4
8 Depends-on:
9 math
10 extensions
11 tan             [test $HAVE_TANF = 0]
13 configure.ac:
14 gl_FUNC_TANF
15 gl_CONDITIONAL([GL_COND_OBJ_TANF], [test $HAVE_TANF = 0])
16 gl_MATH_MODULE_INDICATOR([tanf])
18 Makefile.am:
19 if GL_COND_OBJ_TANF
20 lib_SOURCES += tanf.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(TANF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all