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