40 lines
513 B
Plaintext
40 lines
513 B
Plaintext
Description:
|
|
logp1f() function: natural logarithm of argument plus 1.
|
|
|
|
Files:
|
|
lib/logp1f.c
|
|
m4/logp1f.m4
|
|
m4/logp1.m4
|
|
m4/isnand.m4
|
|
m4/log.m4
|
|
m4/round.m4
|
|
m4/floor.m4
|
|
m4/ceil.m4
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
math
|
|
log1pf [test $HAVE_LOGP1F = 0]
|
|
|
|
configure.ac:
|
|
gl_FUNC_LOGP1F
|
|
gl_CONDITIONAL([GL_COND_OBJ_LOGP1F], [test $HAVE_LOGP1F = 0])
|
|
gl_MATH_MODULE_INDICATOR([logp1f])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_LOGP1F
|
|
lib_SOURCES += logp1f.c
|
|
endif
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(LOGP1F_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|