Opened 18 years ago
Closed 18 years ago
#11 closed defect (fixed)
(eql 0w0 0w0) is NIL, but should be T.
| Reported by: | Raymond Toy | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | 19d |
| Keywords: | Cc: |
Description
(eql 0w0 0w0) is NIL but it should be T, just like (eql 0d0 0d0) is T.
Change History (1)
comment:1 Changed 18 years ago by
| Priority: | major → minor |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Fixed. EQL was missing the case for double-double-float.