Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/logp1
T

34 lines
432 B
Plaintext

Description:
logp1() function: natural logarithm of argument plus 1.
Files:
lib/logp1.c
m4/logp1.m4
m4/mathfunc.m4
Depends-on:
math
log1p [test $HAVE_LOGP1 = 0]
configure.ac:
gl_FUNC_LOGP1
gl_CONDITIONAL([GL_COND_OBJ_LOGP1], [test $HAVE_LOGP1 = 0])
gl_MATH_MODULE_INDICATOR([logp1])
Makefile.am:
if GL_COND_OBJ_LOGP1
lib_SOURCES += logp1.c
endif
Include:
<math.h>
Link:
$(LOGP1_LIBM)
License:
LGPL
Maintainer:
all