Merge commit 'stable/20110609'
[gnulib.git] / modules / frexp-nolibm
1 Description:
2 frexp() function: split a double into its constituents, without requiring libm.
3
4 Files:
5 lib/frexp.c
6 m4/frexp.m4
7
8 Depends-on:
9 math
10 isnand-nolibm   [test $gl_func_frexp_no_libm != yes]
11
12 configure.ac:
13 gl_FUNC_FREXP_NO_LIBM
14 gl_MATH_MODULE_INDICATOR([frexp])
15
16 Makefile.am:
17
18 Include:
19 <math.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible, Paolo Bonzini
26