doc: Mention module execinfo.
[gnulib.git] / modules / log
blob588c17c5452dcae571bbbbc31779d52ad316224a
1 Description:
2 log() function: natural logarithmic function.
4 Files:
5 lib/log.c
6 m4/log.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
12 configure.ac:
13 AC_REQUIRE([gl_FUNC_LOG])
14 gl_CONDITIONAL([GL_COND_OBJ_LOG], [test $REPLACE_LOG = 1])
15 gl_MATH_MODULE_INDICATOR([log])
17 Makefile.am:
18 if GL_COND_OBJ_LOG
19 lib_SOURCES += log.c
20 endif
22 Include:
23 <math.h>
25 Link:
26 $(LOG_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all