Merge branch 'upstream' into stable
[gnulib.git] / modules / logl
1 Description:
2 logl() function: logarithm with long double argument.
3
4 Files:
5 lib/logl.c
6 m4/logl.m4
7
8 Depends-on:
9 math
10 extensions
11 frexpl          [test $HAVE_LOGL = 0]
12 isnanl          [test $HAVE_LOGL = 0]
13 floorl          [test $HAVE_LOGL = 0]
14
15 configure.ac:
16 gl_FUNC_LOGL
17 gl_MATH_MODULE_INDICATOR([logl])
18
19 Makefile.am:
20
21 Include:
22 <math.h>
23
24 Link:
25 $(LOGL_LIBM)
26
27 License:
28 LGPL
29
30 Maintainer:
31 Paolo Bonzini