Removed the error condition from NUMBER-EQUAL.
commit2f0fabbc0fea5ba9e0847f0cb8053b22811d607d
authorThomas M. Hermann <tmh.public@gmail.com>
Thu, 30 Apr 2009 19:27:13 +0000 (30 14:27 -0500)
committerThomas M. Hermann <tmh.public@gmail.com>
Thu, 30 Apr 2009 19:27:13 +0000 (30 14:27 -0500)
tree789a981f9262dcadcef201072d7e362cc9065a58
parent25b67e68b349c3b36ccea6f71abd9be9ccf21959
Removed the error condition from NUMBER-EQUAL.

If anything other than a NUMBER was passed as an argument to
NUMBER-EQUAL, it would throw an error, interrupting the unit
testing. In the context of unit testing, it is more useful to simply
return NIL and report the failure than to throw an error.
floating-point.lisp