I&#39;m a bit baffled by this behavior:<br><br>&gt; (exact? (round (sin 30)))<br>#f<br>&gt; (integer? (round (sin 30)))<br>#t<br>&gt; <br><br>How is it possible to have an inexact integer?<br><br>I would expect the answer to both of these tests to be true.<br>
<br>Thanks,<br><br>Mark<br>