verify: new macro 'assume'
[gnulib.git] / modules / cbrtf
1 Description:
2 cbrtf() function: cube root.
3
4 Files:
5 lib/cbrtf.c
6 m4/cbrtf.m4
7 m4/cbrt.m4
8 m4/mathfunc.m4
9
10 Depends-on:
11 math
12 extensions
13 isfinite        [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
14 fabsf           [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
15 frexpf          [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
16 ldexpf          [test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1]
17
18 configure.ac:
19 gl_FUNC_CBRTF
20 if test $HAVE_CBRTF = 0 || test $REPLACE_CBRTF = 1; then
21   AC_LIBOBJ([cbrtf])
22 fi
23 gl_MATH_MODULE_INDICATOR([cbrtf])
24
25 Makefile.am:
26
27 Include:
28 <math.h>
29
30 Link:
31 $(CBRTF_LIBM)
32
33 License:
34 LGPL
35
36 Maintainer:
37 Bruno Haible