gnulib-tool.py: Regenerate aclocal.m4 before using 'autoconf -t ...'.
[gnulib.git] / modules / cbrt
blobf77bd23b8d8d5cf3fad00294348fedf42f3bc81b
1 Description:
2 cbrt() function: cube root.
4 Files:
5 lib/cbrt.c
6 m4/cbrt.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 isfinite        [test $HAVE_CBRT = 0]
13 fabs            [test $HAVE_CBRT = 0]
14 frexp           [test $HAVE_CBRT = 0]
15 ldexp           [test $HAVE_CBRT = 0]
17 configure.ac:
18 gl_FUNC_CBRT
19 gl_CONDITIONAL([GL_COND_OBJ_CBRT], [test $HAVE_CBRT = 0])
20 gl_MATH_MODULE_INDICATOR([cbrt])
22 Makefile.am:
23 if GL_COND_OBJ_CBRT
24 lib_SOURCES += cbrt.c
25 endif
27 Include:
28 <math.h>
30 Link:
31 $(CBRT_LIBM)
33 License:
34 LGPL
36 Maintainer:
37 all