Can anyone else duplicate these results at the command line?: Command: (setq a 2.015) 2.015 Command: (setq b (- a 2)) 0.015 Command: (= 0.015 b) nil What am I missing here?