close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 17 years ago

Closed 17 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 17 years ago by Raymond Toy

Priority: majorminor
Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.