Wow.  Floating point really is nasty.  I see how it might have happened now.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
> -0.0000000000000001
-1e-16
> (+ 360 -1e-16)
360.0
>
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to