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