1Description:
2exp2f() function: exponential base 2 function.
3
4Files:
5lib/exp2f.c
6m4/exp2f.m4
7
8Depends-on:
9math
10extensions
11exp2            [test $HAVE_EXP2F = 0]
12
13configure.ac:
14gl_FUNC_EXP2F
15if test $HAVE_EXP2F = 0; then
16  AC_LIBOBJ([exp2f])
17fi
18gl_MATH_MODULE_INDICATOR([exp2f])
19
20Makefile.am:
21
22Include:
23<math.h>
24
25Link:
26$(EXP2F_LIBM)
27
28License:
29LGPL
30
31Maintainer:
32Bruno Haible
33