Refresh 01-gnulib-directory.patch
[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           [test $HAVE_ACOSL = 0]
12 sqrtl           [test $HAVE_ACOSL = 0]
13
14 configure.ac:
15 gl_FUNC_ACOSL
16 if test $HAVE_ACOSL = 0; then
17   AC_LIBOBJ([acosl])
18 fi
19 gl_MATH_MODULE_INDICATOR([acosl])
20
21 Makefile.am:
22
23 Include:
24 <math.h>
25
26 Link:
27 $(ACOSL_LIBM)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Paolo Bonzini