error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / exp2
blobca373f17c218d48fb62dad45589f070dc728e2b0
1 Description:
2 exp2() function: exponential base 2 function.
4 Files:
5 lib/exp2.c
6 m4/exp2.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 isnand          [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1]
13 round           [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1]
14 ldexp           [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1]
16 configure.ac:
17 gl_FUNC_EXP2
18 gl_CONDITIONAL([GL_COND_OBJ_EXP2],
19                [test $HAVE_EXP2 = 0 || test $REPLACE_EXP2 = 1])
20 gl_MATH_MODULE_INDICATOR([exp2])
22 Makefile.am:
23 if GL_COND_OBJ_EXP2
24 lib_SOURCES += exp2.c
25 endif
27 Include:
28 <math.h>
30 Link:
31 $(EXP2_LIBM)
33 License:
34 LGPL
36 Maintainer:
37 all