14 Nov
2001
14 Nov
'01
7:34 p.m.
Thanks, now fixed (another Haskell 1.3 defn).
--sigbjorn
----- Original Message -----
From: "Ian Lynagh"
Hi guys,
hugs has
recip (x:%y) = if x < 0 then (-y) :% (-x) else y :% x
which is not correct when x == 0.
Thanks Ian