tcgetsid: Detect declaration correctly.
[gnulib.git] / modules / sinl
1 Description:
2 sinl() function: sine function with long double argument.
3
4 Files:
5 lib/sinl.c
6 lib/trigl.h
7 lib/sincosl.c
8 lib/trigl.c
9 m4/sinl.m4
10
11 Depends-on:
12 math
13 extensions
14 float           [test $HAVE_SINL = 0]
15 isnanl          [test $HAVE_SINL = 0]
16 floor           [test $HAVE_SINL = 0]
17 floorl          [test $HAVE_SINL = 0]
18
19 configure.ac:
20 gl_FUNC_SINL
21 if test $HAVE_SINL = 0; then
22   AC_LIBOBJ([sinl])
23   AC_LIBOBJ([sincosl])
24   AC_LIBOBJ([trigl])
25 fi
26 gl_MATH_MODULE_INDICATOR([sinl])
27
28 Makefile.am:
29
30 Include:
31 <math.h>
32
33 Link:
34 $(SINL_LIBM)
35
36 License:
37 LGPL
38
39 Maintainer:
40 Paolo Bonzini