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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
coshf
blob
1eb5b8be5bceb35517b04bfb8d43aa6b412557d6
1
Description:
2
coshf() function: hyperbolic cosine function.
3
4
Files:
5
lib/coshf.c
6
m4/coshf.m4
7
8
Depends-on:
9
math
10
extensions
11
cosh [test $HAVE_COSHF = 0]
12
13
configure.ac:
14
gl_FUNC_COSHF
15
if test $HAVE_COSHF = 0; then
16
AC_LIBOBJ([coshf])
17
fi
18
gl_MATH_MODULE_INDICATOR([coshf])
19
20
Makefile.am:
21
22
Include:
23
<math.h>
24
25
Link:
26
$(COSHF_LIBM)
27
28
License:
29
LGPL
30
31
Maintainer:
32
all