New module 'cbrtf'.
[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 isfinite        [test $HAVE_CBRTF = 0]
13 fabsf           [test $HAVE_CBRTF = 0]
14 frexpf          [test $HAVE_CBRTF = 0]
15 ldexpf          [test $HAVE_CBRTF = 0]
16
17 configure.ac:
18 gl_FUNC_CBRTF
19 if test $HAVE_CBRTF = 0; then
20   AC_LIBOBJ([cbrtf])
21 fi
22 gl_MATH_MODULE_INDICATOR([cbrtf])
23
24 Makefile.am:
25
26 Include:
27 <math.h>
28
29 Link:
30 $(CBRTF_LIBM)
31
32 License:
33 LGPL
34
35 Maintainer:
36 Bruno Haible