intprops: new macro INT_PROMOTE
[gnulib.git] / modules / exp2f
blob1d644a26c9386a84be03f3aa951faeec3219b119
1 Description:
2 exp2f() function: exponential base 2 function.
4 Files:
5 lib/exp2f.c
6 m4/exp2f.m4
8 Depends-on:
9 math-h
10 extensions
11 exp2            [test $HAVE_EXP2F = 0]
13 configure.ac:
14 gl_FUNC_EXP2F
15 gl_CONDITIONAL([GL_COND_OBJ_EXP2F], [test $HAVE_EXP2F = 0])
16 gl_MATH_MODULE_INDICATOR([exp2f])
18 Makefile.am:
19 if GL_COND_OBJ_EXP2F
20 lib_SOURCES += exp2f.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(EXP2F_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all