>> So, what aspect of the language config would be responsible for 41/4 not 
>> equaling 10.25?
> 
> Welcome to Racket v7.0.0.20.
>> (= 41/4 10.25)
> #t
>> (read-decimal-as-inexact #f)
>> (= 41/4 10.25)
> #t
> 
> Do you perhaps print and read the result? 

Nope. The code that’s generating the error is

(check: :language 'lang/htdp-intermediate
        ...
        (!test (hour-angle 12 20 30) 10.25)
        ...)

I’m looking into !test now; I don’t yet know how it does its comparison.

jmj

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to