inexact-number-not-inf-not-nan
r7rs
inexact-complex-not-inf-not-nan
inexact-real-not-inf-not-nan
inexact-rational
inexact-number-not-inf
inexact-number-not-nan
number-not-inf-not-nan
inexact-number
number
number-not-inf
number-not-nan
inexact-integer
(lambda (value) (and (number? value) (inexact? value) (not (infinite? value)) (not (nan? value))))
types-numbers
types