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