verify: new macro 'assume'
[gnulib.git] / modules / log1p
1 Description:
2 log1p() function: natural logarithm of 1 plus argument.
3
4 Files:
5 lib/log1p.c
6 m4/log1p.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 extensions
12 isnand          [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1]
13 log             [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1]
14 round           [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1]
15
16 configure.ac:
17 gl_FUNC_LOG1P
18 if test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1; then
19   AC_LIBOBJ([log1p])
20 fi
21 gl_MATH_MODULE_INDICATOR([log1p])
22
23 Makefile.am:
24
25 Include:
26 <math.h>
27
28 Link:
29 $(LOG1P_LIBM)
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible