autoupdate
[gnulib.git] / modules / log10
blob6e381c2dd8b881eb91f0958ee4518065364e6101
1 Description:
2 log10() function: base 10 logarithmic function.
4 Files:
5 lib/log10.c
6 m4/log10.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
12 configure.ac:
13 gl_FUNC_LOG10
14 gl_CONDITIONAL([GL_COND_OBJ_LOG10], [test $REPLACE_LOG10 = 1])
15 gl_MATH_MODULE_INDICATOR([log10])
17 Makefile.am:
18 if GL_COND_OBJ_LOG10
19 lib_SOURCES += log10.c
20 endif
22 Include:
23 <math.h>
25 Link:
26 $(LOG10_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all