mbrlen: Fix cross-compilation guess for AIX.
[gnulib.git] / 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
12 sqrtl
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 GPL
28
29 Maintainer:
30 Paolo Bonzini