1Description:
2pow() function: power function.
3
4Files:
5m4/pow.m4
6m4/mathfunc.m4
7
8Depends-on:
9
10configure.ac:
11gl_FUNC_POW
12
13Makefile.am:
14
15Include:
16<math.h>
17
18Link:
19$(POW_LIBM)
20
21License:
22LGPL
23
24Maintainer:
25Bruno Haible
26