projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0726070617fd5a2d0d78d772b8d1e869612e8e8c
[pspp]
/
modules
/
acosl
1
Description:
2
acosl() function: inverse cosine function with long double argument.
3
4
Files:
5
lib/acosl.c
6
m4/acosl.m4
7
8
Depends-on:
9
math
10
extensions
11
asinl [test $HAVE_ACOSL = 0]
12
sqrtl [test $HAVE_ACOSL = 0]
13
14
configure.ac:
15
gl_FUNC_ACOSL
16
gl_MATH_MODULE_INDICATOR([acosl])
17
18
Makefile.am:
19
20
Include:
21
<math.h>
22
23
Link:
24
$(ACOSL_LIBM)
25
26
License:
27
LGPL
28
29
Maintainer:
30
Paolo Bonzini