I'm a bit baffled by this behavior:

> (exact? (round (sin 30)))
#f
> (integer? (round (sin 30)))
#t
>

How is it possible to have an inexact integer?

I would expect the answer to both of these tests to be true.

Thanks,

Mark
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to