repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
strsignal-tests: Fix test failure on macOS 10.13.
[gnulib.git]
/
modules
/
cbrt
blob
05f61dca3e74e2ba453f2359eb9f05ba4761be5a
1
Description:
2
cbrt() function: cube root.
3
4
Files:
5
lib/cbrt.c
6
m4/cbrt.m4
7
m4/mathfunc.m4
8
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]
16
17
configure.ac:
18
gl_FUNC_CBRT
19
if test $HAVE_CBRT = 0; then
20
AC_LIBOBJ([cbrt])
21
fi
22
gl_MATH_MODULE_INDICATOR([cbrt])
23
24
Makefile.am:
25
26
Include:
27
<math.h>
28
29
Link:
30
$(CBRT_LIBM)
31
32
License:
33
LGPL
34
35
Maintainer:
36
all