log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / ilogbf
blob9d6cb4872cd28ea1c0d324e2ef416281f2a84335
1 Description:
2 ilogbf() function: get exponent as integer.
4 Files:
5 lib/ilogbf.c
6 lib/ilogb.c
7 m4/ilogbf.m4
8 m4/mathfunc.m4
10 Depends-on:
11 math
12 extensions
13 isfinite        [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1]
14 frexpf          [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1]
15 isnanf          [test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1]
17 configure.ac:
18 gl_FUNC_ILOGBF
19 if test $HAVE_ILOGBF = 0 || test $REPLACE_ILOGBF = 1; then
20   AC_LIBOBJ([ilogbf])
22 gl_MATH_MODULE_INDICATOR([ilogbf])
24 Makefile.am:
26 Include:
27 <math.h>
29 Link:
30 $(ILOGBF_LIBM)
32 License:
33 LGPL
35 Maintainer:
36 all