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