timespec_get: New module.
[gnulib.git] / modules / exp2f
blobcddf153171472387303c736761a90b48eac12d31
1 Description:
2 exp2f() function: exponential base 2 function.
4 Files:
5 lib/exp2f.c
6 m4/exp2f.m4
8 Depends-on:
9 math
10 extensions
11 exp2            [test $HAVE_EXP2F = 0]
13 configure.ac:
14 gl_FUNC_EXP2F
15 if test $HAVE_EXP2F = 0; then
16   AC_LIBOBJ([exp2f])
18 gl_MATH_MODULE_INDICATOR([exp2f])
20 Makefile.am:
22 Include:
23 <math.h>
25 Link:
26 $(EXP2F_LIBM)
28 License:
29 LGPL
31 Maintainer:
32 all