[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] Potential Bugs?
From: |
Brian Gough |
Subject: |
Re: [Bug-gsl] Potential Bugs? |
Date: |
Tue, 17 Aug 2010 21:47:29 +0100 |
User-agent: |
Wanderlust/2.15.6 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO) |
At Tue, 17 Aug 2010 21:38:19 +0100,
Brian Gough wrote:
> The overflow exception is a valid warning. It's also a bug in the
> sense that it is avoidable (although the end result is correct, z=-1
> since 1/inf=0). It would be better written as (32/y)/y.
Of course, apart from the extra factor of 2^5 that gives an underflow
instead but it's probably preferable to an overflow.