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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
isinf
blob
e7f0bf966e7ff2fbbb80c2e2399dfc1c6c963ee9
1
Description:
2
isinf macro: test for positive or negative infinity
3
4
Files:
5
lib/isinf.c
6
m4/isinf.m4
7
m4/check-math-lib.m4
8
9
Depends-on:
10
math
11
extensions
12
float [test $REPLACE_ISINF = 1]
13
14
configure.ac:
15
gl_ISINF
16
if test $REPLACE_ISINF = 1; then
17
AC_LIBOBJ([isinf])
18
fi
19
gl_MATH_MODULE_INDICATOR([isinf])
20
21
Makefile.am:
22
23
Include:
24
<math.h>
25
26
License:
27
LGPL
28
29
Maintainer:
30
Ben Pfaff