11 Nov
2001
11 Nov
'01
8:50 p.m.
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