- exact-integer? zprocedure
Returns #t if z is both exact and an integer; otherwise returns #f.
(exact-integer? 32) ===> #t (exact-integer? 32.0) ===> #f (exact-integer? 32/5) ===> #f
Returns #t if z is both exact and an integer; otherwise returns #f.
(exact-integer? 32) ===> #t (exact-integer? 32.0) ===> #f (exact-integer? 32/5) ===> #f