summaryrefslogtreecommitdiff
path: root/gnulib/modules/frexp
blob: 2e896995e7a8a49fe42adf61b0d8bd210d26a83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Description:
frexp() function: split a double into its constituents.

Files:
lib/frexp.c
m4/frexp.m4

Depends-on:
math
isnand-nolibm   [test $gl_func_frexp != yes]

configure.ac:
gl_FUNC_FREXP
if test $gl_func_frexp != yes; then
  AC_LIBOBJ([frexp])
fi
gl_MATH_MODULE_INDICATOR([frexp])

Makefile.am:

Include:
<math.h>

Link:
$(FREXP_LIBM)

License:
LGPL

Maintainer:
Bruno Haible, Paolo Bonzini