NEWS.stable: log cherry-pick [3180807]->[768eb31] doc/lgpl-2.1.texi
[gnulib.git] / modules / tanl
1 Description:
2 tanl() function: tangent function with long double argument.
3
4 Files:
5 lib/tanl.c
6 lib/trigl.h
7 lib/trigl.c
8 m4/tanl.m4
9
10 Depends-on:
11 math
12 extensions
13 float           [test $HAVE_TANL = 0]
14 isnanl          [test $HAVE_TANL = 0]
15 floor           [test $HAVE_TANL = 0]
16 floorl          [test $HAVE_TANL = 0]
17
18 configure.ac:
19 gl_FUNC_TANL
20 gl_MATH_MODULE_INDICATOR([tanl])
21
22 Makefile.am:
23
24 Include:
25 <math.h>
26
27 Link:
28 $(TANL_LIBM)
29
30 License:
31 LGPL
32
33 Maintainer:
34 Paolo Bonzini