Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!seismo!ll-xn!cit-vax!usc-oberon!sdcrdcf!ism780c!marv From: marv@ism780c.UUCP Newsgroups: comp.lang.c Subject: Re: Comments on ANSI public Oct 86 Public review draft. Message-ID: <5810@ism780c.UUCP> Date: Fri, 20-Mar-87 22:22:05 EST Article-I.D.: ism780c.5810 Posted: Fri Mar 20 22:22:05 1987 Date-Received: Sun, 22-Mar-87 15:29:46 EST References: <4804@brl-adm.ARPA> <365@bms-at.UUCP> Reply-To: marv@ism780c.UUCP (Marv Rubinstein) Organization: Interactive Systems Corp., Santa Monica CA Lines: 9 In the good old days when I did numerical processing on an IBM-709, I considered two floating point numbers to be equal when the first N significant bits of the mantissia were the same (N is of course problem dependent). This was easy to do in assembly language. All that is needed is an unnormalized subtract operator. I too wish for a higher level way to specify the "fuzz" for equality. Marv Rubinstein -- Interactive Systems