gnulib-tool.py: Fix formatting of error message in last commit.
[gnulib.git] / modules / log1pf
blob2e14ff4a60915759245ede92f51df644029910b5
1 Description:
2 log1pf() function: natural logarithm of 1 plus argument.
4 Files:
5 lib/log1pf.c
6 m4/log1pf.m4
8 Depends-on:
9 math
10 extensions
11 log1p           [test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1]
13 configure.ac:
14 gl_FUNC_LOG1PF
15 gl_CONDITIONAL([GL_COND_OBJ_LOG1PF],
16                [test $HAVE_LOG1PF = 0 || test $REPLACE_LOG1PF = 1])
17 gl_MATH_MODULE_INDICATOR([log1pf])
19 Makefile.am:
20 if GL_COND_OBJ_LOG1PF
21 lib_SOURCES += log1pf.c
22 endif
24 Include:
25 <math.h>
27 Link:
28 $(LOG1PF_LIBM)
30 License:
31 LGPL
33 Maintainer:
34 all