havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / ldexpf
blob1a99a875d0d66f412956a02aa302437403a2993f
1 Description:
2 ldexpf() function: multiply a 'float' by a power of 2.
4 Files:
5 lib/ldexpf.c
6 m4/ldexpf.m4
7 m4/mathfunc.m4
9 Depends-on:
10 math
11 extensions
12 ldexp           [test $HAVE_LDEXPF = 0]
14 configure.ac:
15 gl_FUNC_LDEXPF
16 if test $HAVE_LDEXPF = 0; then
17   AC_LIBOBJ([ldexpf])
19 gl_MATH_MODULE_INDICATOR([ldexpf])
21 Makefile.am:
23 Include:
24 <math.h>
26 Link:
27 $(LDEXPF_LIBM)
29 License:
30 LGPL
32 Maintainer:
33 all