On Wed, Jul 26, 2000 at 03:12:54PM +0200, Kaiserovi wrote:
> I agree. There's also a problem with the +- infinity - can that be
> generated in a portable way?
Where does that come in?
You can do:
double infinity = 1.0 /0;
double neg_infi = -1.0 /0;
.robin.
--
Beware. The paranoids are watching you.
- BUG: arithmetic with NaN robin
