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