repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
log10
blob
a4b91cdd8b10145c6f588e2a0974c0b1799a2ec5
1
Description:
2
log10() function: base 10 logarithmic function.
3
4
Files:
5
lib/log10.c
6
m4/log10.m4
7
m4/mathfunc.m4
8
9
Depends-on:
10
math
11
12
configure.ac:
13
gl_FUNC_LOG10
14
if test $REPLACE_LOG10 = 1; then
15
AC_LIBOBJ([log10])
16
fi
17
gl_MATH_MODULE_INDICATOR([log10])
18
19
Makefile.am:
20
21
Include:
22
<math.h>
23
24
Link:
25
$(LOG10_LIBM)
26
27
License:
28
LGPL
29
30
Maintainer:
31
all