summaryrefslogtreecommitdiff
path: root/modules/isfinite
blob: 3ef560930c091f26dc874a94892688296fe9b0e8 (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:
isfinite macro: test for finite value (zero, subnormal, or normal, and not infinite or NaN).

Files:
lib/isfinite.c
m4/isfinite.m4
m4/check-math-lib.m4

Depends-on:
math
extensions
isnanf-nolibm   [test $REPLACE_ISFINITE = 1]
isnand-nolibm   [test $REPLACE_ISFINITE = 1]
isnanl-nolibm   [test $REPLACE_ISFINITE = 1]

configure.ac:
gl_ISFINITE
if test $REPLACE_ISFINITE = 1; then
  AC_LIBOBJ([isfinite])
fi
gl_MATH_MODULE_INDICATOR([isfinite])

Makefile.am:

Include:
<math.h>

License:
LGPL

Maintainer:
Ben Pfaff