autoupdate
[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 if test $HAVE_TANL = 0; then
21   AC_LIBOBJ([tanl])
22   AC_LIBOBJ([trigl])
23 fi
24 gl_MATH_MODULE_INDICATOR([tanl])
25
26 Makefile.am:
27
28 Include:
29 <math.h>
30
31 Link:
32 $(TANL_LIBM)
33
34 License:
35 LGPL
36
37 Maintainer:
38 Paolo Bonzini