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
strerrorname_np: Add tests.
[gnulib.git]
/
modules
/
log10f
blob
8e5643415211fa1d8b59b0db4b8fe914c1fd5969
1
Description:
2
log10f() function: base 10 logarithmic function.
3
4
Files:
5
lib/log10f.c
6
m4/log10f.m4
7
8
Depends-on:
9
math
10
extensions
11
log10 [test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1]
12
13
configure.ac:
14
gl_FUNC_LOG10F
15
if test $HAVE_LOG10F = 0 || test $REPLACE_LOG10F = 1; then
16
AC_LIBOBJ([log10f])
17
fi
18
gl_MATH_MODULE_INDICATOR([log10f])
19
20
Makefile.am:
21
22
Include:
23
<math.h>
24
25
Link:
26
$(LOG10F_LIBM)
27
28
License:
29
LGPL
30
31
Maintainer:
32
all