gnulib-tool: Omit the logs of skipped tests from test-suite.log.
[gnulib.git] / modules / powf
blob548d488faae624f0dbfea2582593bdcc81934fcd
1 Description:
2 powf() function: power function.
4 Files:
5 lib/powf.c
6 m4/powf.m4
8 Depends-on:
9 math
10 extensions
11 pow             [test $HAVE_POWF = 0]
13 configure.ac:
14 gl_FUNC_POWF
15 gl_CONDITIONAL([GL_COND_OBJ_POWF], [test $HAVE_POWF = 0])
16 gl_MATH_MODULE_INDICATOR([powf])
18 Makefile.am:
19 if GL_COND_OBJ_POWF
20 lib_SOURCES += powf.c
21 endif
23 Include:
24 <math.h>
26 Link:
27 $(POWF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all