mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
d171b9454f
* modules/math-h: Renamed from modules/math. * modules/math-h-tests: Renamed from modules/math-tests. * modules/math-h-c++-tests: Renamed from modules/math-c++-tests. * tests/test-math-h.c: Renamed from tests/test-math.c. * tests/test-math-h-c++.cc: Renamed from tests/test-math-c++.cc. * tests/test-math-h-c++2.cc: Renamed from tests/test-math-c++2.cc. * doc/posix-headers/math.texi: Update. * modules/* (Depends-on): Update. * modules/math: New file.
40 lines
515 B
Plaintext
40 lines
515 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-h
|
|
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
|