NEWS.stable: log cherry-pick [8446103]->[46519aa] autoupdate
[gnulib.git] / modules / ldexpf
1 Description:
2 ldexpf() function: multiply a 'float' by a power of 2.
3
4 Files:
5 lib/ldexpf.c
6 m4/ldexpf.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 ldexp           [test $HAVE_LDEXPF = 0]
12
13 configure.ac:
14 gl_FUNC_LDEXPF
15 if test $HAVE_LDEXPF = 0; then
16   AC_LIBOBJ([ldexpf])
17 fi
18 gl_MATH_MODULE_INDICATOR([ldexpf])
19
20 Makefile.am:
21
22 Include:
23 <math.h>
24
25 Link:
26 $(LDEXPF_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible