[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: DRB at MIT-MC, (BUG LISP) at MIT-MC
- From: RLB at MIT-MC (Richard L. Bryan)
- Date: Fri, 23 Jun 78 19:30:00 GMT
- Original-date: 23 JUN 1978 1530-EDT
From: DRB at MIT-MC (David R. Barton)
(equal 0 0.0) returns NIL. Is there a way to win for checking equality of
two lisp numbers, which can be fix, flo, or big?
What's wrong with (ZEROP (DIFFERENCE x y)) ? [contagious flonumification]