Detecting NaNs

Will <[email protected]> Thu, 19 Oct 2006 02:06:47 +0000 (UTC)
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
I have some code that needs to detect when a NaN is generated and recover
explicitly.  I've wrapped the code with handler-case, but it looks as though a
NaN result doesn't trip a condition.  Apart from directly looking at the output,
how can I receive an alert when a NaN is generated?

Will