added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / asinl
1 Description:
2 asinl() function: inverse sine function with long double argument.
3
4 Files:
5 lib/asinl.c
6 m4/asinl.m4
7
8 Depends-on:
9 math
10 extensions
11 sqrtl
12
13 configure.ac:
14 gl_FUNC_ASINL
15 gl_MATH_MODULE_INDICATOR([asinl])
16
17 Makefile.am:
18
19 Include:
20 <math.h>
21
22 Link:
23 $(ASINL_LIBM)
24
25 License:
26 GPL
27
28 Maintainer:
29 Paolo Bonzini