complex-not-zero-not-nan -- r7rs Type real-positive;real-positive-not-inf;rational-positive;integer-positive;exact-integer-positive;real-negative;real-negative-not-inf;rational-negative;integer-negative;exact-integer-negative;(lambda (value) (and (complex? value) (not (zero? value)) (not (nan? value))))