summaryrefslogtreecommitdiff
path: root/modules/log
blob: 588c17c5452dcae571bbbbc31779d52ad316224a (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
32
Description:
log() function: natural logarithmic function.

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

Depends-on:
math

configure.ac:
AC_REQUIRE([gl_FUNC_LOG])
gl_CONDITIONAL([GL_COND_OBJ_LOG], [test $REPLACE_LOG = 1])
gl_MATH_MODULE_INDICATOR([log])

Makefile.am:
if GL_COND_OBJ_LOG
lib_SOURCES += log.c
endif

Include:
<math.h>

Link:
$(LOG_LIBM)

License:
LGPL

Maintainer:
all