[comp.lang.c] fuzzy equality

ark@alice.UUCP (04/14/87)

Think twice before advocating fuzzy equality -- it may solve some
problems but it causes others.  For instance, given

	a == b

and

	b == c

shouldn't one be able to assume

	a == c

?