number-not-inf
-- r7rs
Type complex-not-inf
:
number-not-inf-not-nan
:
number-positive-or-zero-not-inf
:
number-negative-or-zero-not-inf
:
inexact-number-not-inf
:
complex-not-inf
;number-not-inf-not-nan
;number-positive-or-zero-not-inf
;number-negative-or-zero-not-inf
;inexact-number-not-inf
;rational
;integer
;exact-number
;exact-complex
;exact-real
;exact-rational
;exact-integer
;inexact-rational
;inexact-integer
;number-zero
;complex-zero
;real-zero
;rational-zero
;integer-zero
;exact-integer-zero
;rational-not-zero
;integer-not-zero
;exact-integer-not-zero
;integer-even
;integer-odd
;number-nan
;complex-nan
;real-nan
;real-not-inf
;complex-not-inf-not-nan
;real-not-inf-not-nan
;number-positive-not-inf
;real-positive-not-inf
;rational-positive
;integer-positive
;exact-integer-positive
;number-negative-not-inf
;real-negative-not-inf
;rational-negative
;integer-negative
;exact-integer-negative
;real-positive-or-zero-not-inf
;rational-positive-or-zero
;integer-positive-or-zero
;exact-integer-positive-or-zero
;real-negative-or-zero-not-inf
;rational-negative-or-zero
;integer-negative-or-zero
;exact-integer-negative-or-zero
;inexact-complex-not-inf
;inexact-real-not-inf
;inexact-number-not-inf-not-nan
;inexact-complex-not-inf-not-nan
;inexact-real-not-inf-not-nan
;code-point-unicode
;code-point-ascii
;range-value
;range-offset
;range-start
;range-end
;range-length
;range-length-zero
;range-length-not-zero
;byte
;byte-ascii
;(lambda (value) (and (number? value) (not (infinite? value))))