mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
28 lines
251 B
Plaintext
28 lines
251 B
Plaintext
Description:
|
|
logb() function: get exponent.
|
|
|
|
Files:
|
|
m4/logb.m4
|
|
m4/mathfunc.m4
|
|
|
|
Depends-on:
|
|
math
|
|
|
|
configure.ac:
|
|
gl_FUNC_LOGB
|
|
gl_MATH_MODULE_INDICATOR([logb])
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<math.h>
|
|
|
|
Link:
|
|
$(LOGB_LIBM)
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|