Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!princeton!allegra!alice!ark From: ark@alice.UUCP Newsgroups: comp.lang.c Subject: fuzzy equality Message-ID: <6802@alice.uUCp> Date: Tue, 14-Apr-87 13:58:30 EST Article-I.D.: alice.6802 Posted: Tue Apr 14 13:58:30 1987 Date-Received: Thu, 16-Apr-87 01:34:34 EST Organization: AT&T Bell Laboratories, Liberty Corner NJ Lines: 14 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 ?