verify: new macro 'assume'
[gnulib.git] / modules / log2f
1 Description:
2 log2f() function: base 2 logarithm.
3
4 Files:
5 lib/log2f.c
6 m4/log2f.m4
7
8 Depends-on:
9 math
10 extensions
11 log2            [test $HAVE_LOG2F = 0 || test $REPLACE_LOG2F = 1]
12 isnanf          [test $HAVE_LOG2F = 0 || test $REPLACE_LOG2F = 1]
13 frexpf          [test $HAVE_LOG2F = 0 || test $REPLACE_LOG2F = 1]
14 logf            [test $HAVE_LOG2F = 0 || test $REPLACE_LOG2F = 1]
15
16 configure.ac:
17 gl_FUNC_LOG2F
18 if test $HAVE_LOG2F = 0 || test $REPLACE_LOG2F = 1; then
19   AC_LIBOBJ([log2f])
20 fi
21 gl_MATH_MODULE_INDICATOR([log2f])
22
23 Makefile.am:
24
25 Include:
26 <math.h>
27
28 Link:
29 $(LOG2F_LIBM)
30
31 License:
32 LGPL
33
34 Maintainer:
35 Bruno Haible