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
pipe-filter-ii, pipe-filter-gi: Fix warnings on native Windows.
[gnulib.git]
/
modules
/
frexp-nolibm
blob
88adf597fb7bbb0aaf235076f0f17ce548f1dcd6
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
if test $gl_func_frexp_no_libm != 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
License:
25
LGPLv2+
26
27
Maintainer:
28
Paolo Bonzini