gnulib-tool: Use the Python implementation by default.
[gnulib.git] / modules / log10l
blobe6854fa50057a133037c12d0a226fd9b3759060e
1 Description:
2 log10l() function: base 10 logarithmic function.
4 Files:
5 lib/log10l.c
6 m4/log10l.m4
8 Depends-on:
9 math
10 extensions
11 log10           [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 float           [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 logl            [{ test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15 configure.ac:
16 gl_FUNC_LOG10L
17 gl_CONDITIONAL([GL_COND_OBJ_LOG10L],
18                [test $HAVE_LOG10L = 0 || test $REPLACE_LOG10L = 1])
19 gl_MATH_MODULE_INDICATOR([log10l])
21 Makefile.am:
22 if GL_COND_OBJ_LOG10L
23 lib_SOURCES += log10l.c
24 endif
26 Include:
27 <math.h>
29 Link:
30 $(LOG10L_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 all