New module 'log10l'.
[gnulib.git] / modules / log10l
1 Description:
2 log10l() function: base 10 logarithmic function.
3
4 Files:
5 lib/log10l.c
6 m4/log10l.m4
7
8 Depends-on:
9 math
10 log10           [test $HAVE_LOG10L = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
11 logl            [test $HAVE_LOG10L = 0 && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
12
13 configure.ac:
14 gl_FUNC_LOG10L
15 if test $HAVE_LOG10L = 0; then
16   AC_LIBOBJ([log10l])
17 fi
18 gl_MATH_MODULE_INDICATOR([log10l])
19
20 Makefile.am:
21
22 Include:
23 <math.h>
24
25 Link:
26 $(LOG10L_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible