Detecting NaN's in Allegro

Will <[email protected]> Thu, 19 Oct 2006 11:02:49 -0700 (PDT)
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
Hello,

I'm working with mathematical software in which the
generation of a NaN should signal a failure.  By
default, it seems that ACL doesn't trigger a condition
when a NaN is generated (I expected a
floating-point-invalid).  Is there a way to either
turn on signaling or to test whether a variable stores
a NaN?

Will