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