mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-05-13 15:13:36 +00:00
* 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.
33 lines
384 B
Plaintext
33 lines
384 B
Plaintext
Description:
|
|
log() function: natural logarithmic function.
|
|
|
|
Files:
|
|
lib/log.c
|
|
m4/log.m4
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
math-h
|
|
|
|
configure.ac:
|
|
AC_REQUIRE([gl_FUNC_LOG])
|
|
gl_CONDITIONAL([GL_COND_OBJ_LOG], [test $REPLACE_LOG = 1])
|
|
gl_MATH_MODULE_INDICATOR([log])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_LOG
|
|
lib_SOURCES += log.c
|
|
endif
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(LOG_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|