summaryrefslogtreecommitdiff
path: root/modules/log10
blob: a4b91cdd8b10145c6f588e2a0974c0b1799a2ec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
log10() function: base 10 logarithmic function.

Files:
lib/log10.c
m4/log10.m4
m4/mathfunc.m4

Depends-on:
math

configure.ac:
gl_FUNC_LOG10
if test $REPLACE_LOG10 = 1; then
  AC_LIBOBJ([log10])
fi
gl_MATH_MODULE_INDICATOR([log10])

Makefile.am:

Include:
<math.h>

Link:
$(LOG10_LIBM)

License:
LGPL

Maintainer:
all