From: paul
Subject: supressing all floating-point underflow errors.
Date: 
Message-ID: <cb7cke$ta$1@kestrel.csrv.uidaho.edu>
Hi;
I'm coming up with a fp underflow error in clisp.
I found the without-floating-point-underflow macro, but it is not 
working as I would like.

I'd like to globally suppress all underflow errors (clamp to 0), but I'm 
not sure how to do that.

I _could_ write a clamp function which for a given epsilon, clamps it to 
0, but that would mean putting the clamp function on every variable 
access, chich would be very laborious.

Solutions ?

-paul