ftello: Prefer stdckdint to intprops.
[gnulib.git] / modules / log1p
blobcae886abc4ef6e6dffd48428dc12475a6f706c42
1 Description:
2 log1p() function: natural logarithm of 1 plus argument.
4 Files:
5 lib/log1p.c
6 m4/log1p.m4
7 m4/mathfunc.m4
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]
16 configure.ac:
17 gl_FUNC_LOG1P
18 gl_CONDITIONAL([GL_COND_OBJ_LOG1P],
19                [test $HAVE_LOG1P = 0 || test $REPLACE_LOG1P = 1])
20 gl_MATH_MODULE_INDICATOR([log1p])
22 Makefile.am:
23 if GL_COND_OBJ_LOG1P
24 lib_SOURCES += log1p.c
25 endif
27 Include:
28 <math.h>
30 Link:
31 $(LOG1P_LIBM)
33 License:
34 LGPL
36 Maintainer:
37 all