From: David Van Horn (dvanhorn at ccs.neu.edu) Date: Mon Jun 7 16:21:03 EDT 2010 |
|
On 6/7/10 4:18 PM, David Van Horn wrote: > (cast exact-integer? (truncate n)) That should be (cast exact-integer? (inexact->exact (truncate n))), obviously. David
Posted on the users mailing list. |
|