.gitignore: ignore gnulib.dvi and regex.info
[gnulib.git] / modules / frexpf
1 Description:
2 frexpf() function: split a float into its constituents.
3
4 Files:
5 lib/frexpf.c
6 m4/frexpf.m4
7 m4/mathfunc.m4
8
9 Depends-on:
10 math
11 frexp           [test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1]
12
13 configure.ac:
14 gl_FUNC_FREXPF
15 if test $HAVE_FREXPF = 0 || test $REPLACE_FREXPF = 1; then
16   AC_LIBOBJ([frexpf])
17 fi
18 gl_MATH_MODULE_INDICATOR([frexpf])
19
20 Makefile.am:
21
22 Include:
23 <math.h>
24
25 Link:
26 $(FREXPF_LIBM)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible