summaryrefslogtreecommitdiff
path: root/modules/frexp
blob: f1a4e4bb6a9ac8c51acd38f72940e6b24b98c51d (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
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:
AC_REQUIRE([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:
Paolo Bonzini