strtoumax: fix typo in previous commit.
[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 tan             [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
14 float           [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 isnanl          [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
16 floor           [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
17 floorl          [test $HAVE_TANL = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
18
19 configure.ac:
20 gl_FUNC_TANL
21 if test $HAVE_TANL = 0; then
22   AC_LIBOBJ([tanl])
23   if test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0; then
24     AC_LIBOBJ([trigl])
25   fi
26 fi
27 gl_MATH_MODULE_INDICATOR([tanl])
28
29 Makefile.am:
30
31 Include:
32 <math.h>
33
34 Link:
35 $(TANL_LIBM)
36
37 License:
38 LGPL
39
40 Maintainer:
41 Paolo Bonzini