complex-not-inf-not-nan -- r7rs Type exact-complex:
exact-real:
exact-rational:
complex-zero:
real-zero:
rational-zero:
real-not-inf-not-nan:
rational:
integer:
exact-rational:
inexact-rational:
rational-not-zero:
rational-positive-or-zero:
rational-negative-or-zero:
exact-real:
exact-rational:
real-zero:
rational-zero:
inexact-real-not-inf-not-nan:
inexact-rational:
inexact-complex-not-inf-not-nan:
rational;integer;exact-real;exact-rational;exact-integer;inexact-rational;inexact-integer;real-zero;rational-zero;integer-zero;exact-integer-zero;rational-not-zero;integer-not-zero;exact-integer-not-zero;integer-even;integer-odd;rational-positive;integer-positive;exact-integer-positive;rational-negative;integer-negative;exact-integer-negative;rational-positive-or-zero;integer-positive-or-zero;exact-integer-positive-or-zero;rational-negative-or-zero;integer-negative-or-zero;exact-integer-negative-or-zero;inexact-real-not-inf-not-nan;code-point-unicode;code-point-ascii;range-value;range-offset;range-start;range-end;range-length;range-length-zero;range-length-not-zero;byte;byte-ascii;number?;integer?;real?;rational?;complex?;exact?;inexact?;exact-integer?;zero?;=;+;-;*;/;expt;square;inexact;sqrt;exp;log;sin;cos;tan;asin;acos;atan;number->string;<;<=;>=;>;exact;finite?;infinite?;nan?;Note: These definitions consume an input that is a super-type.
rationalize;floor;ceiling;truncate;round;gcd;lcm;numerator;abs;imag-part;angle;exact-integer-sqrt;real-part;magnitude;denominator;digit-value;char->integer;length;vector-length;string-length;bytevector-length;bytevector-u8-ref;bytevector-u8-set!;Note: These definitions produce an output that is a sub-type.
(lambda (value) (and (complex? value) (not (infinite? value)) (not (nan? value))))