repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
frexp
blob
f1a4e4bb6a9ac8c51acd38f72940e6b24b98c51d
1
Description:
2
frexp() function: split a double into its constituents.
3
4
Files:
5
lib/frexp.c
6
m4/frexp.m4
7
8
Depends-on:
9
math
10
isnand-nolibm [test $gl_func_frexp != yes]
11
12
configure.ac:
13
AC_REQUIRE([gl_FUNC_FREXP])
14
if test $gl_func_frexp != yes; then
15
AC_LIBOBJ([frexp])
16
fi
17
gl_MATH_MODULE_INDICATOR([frexp])
18
19
Makefile.am:
20
21
Include:
22
<math.h>
23
24
Link:
25
$(FREXP_LIBM)
26
27
License:
28
LGPL
29
30
Maintainer:
31
Paolo Bonzini