summaryrefslogtreecommitdiff
path: root/modules/acosf
blob: 647b05ec77849f89256de8c87ad3636e9e891d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
acosf() function: inverse cosine function.

Files:
lib/acosf.c
m4/acosf.m4

Depends-on:
math
extensions
acos            [test $HAVE_ACOSF = 0]

configure.ac:
gl_FUNC_ACOSF
if test $HAVE_ACOSF = 0; then
  AC_LIBOBJ([acosf])
fi
gl_MATH_MODULE_INDICATOR([acosf])

Makefile.am:

Include:
<math.h>

Link:
$(ACOSF_LIBM)

License:
LGPL

Maintainer:
all