inexact-real-not-inf-not-nan
-- r7rs
Type inexact-number-not-inf-not-nan
;inexact-number-not-inf
;inexact-number
;number
;number-not-inf
;inexact-number-not-nan
;number-not-nan
;number-not-inf-not-nan
;inexact-complex-not-inf
;inexact-complex
;complex
;complex-not-inf
;inexact-complex-not-nan
;complex-not-nan
;complex-not-inf-not-nan
;inexact-real
;real
;real-not-inf
;real-not-nan
;(lambda (value) (and (real? value) (inexact? value) (not (infinite? value)) (not (nan? value))))