strtoumax: fix typo in previous commit.
[gnulib.git] / modules / log1pl
1 Description:
2 log1pl() function: natural logarithm of 1 plus argument.
3
4 Files:
5 lib/log1pl.c
6 m4/log1pl.m4
7
8 Depends-on:
9 math
10 extensions
11 log1p           [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 1]
12 isnanl          [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
13 logl            [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
14 roundl          [{ test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; } && test $HAVE_SAME_LONG_DOUBLE_AS_DOUBLE = 0]
15
16 configure.ac:
17 gl_FUNC_LOG1PL
18 if test $HAVE_LOG1PL = 0 || test $REPLACE_LOG1PL = 1; then
19   AC_LIBOBJ([log1pl])
20 fi
21 gl_MATH_MODULE_INDICATOR([log1pl])
22
23 Makefile.am:
24
25 Include:
26 <math.h>
27
28 Link:
29 $(LOG1PL_LIBM)
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible