utimens: port to NetBSD-10.99.12/amd64
[gnulib.git] / modules / exp2f
blob708ac7cefaa8f0481eee9542ac3fa78e4b6e7c1a
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 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