Skip to content
Prev 77633 / 398502 Next

ts.intersect bug?

The problem was that a tolerance in window.default was abs(start)*ts.eps, 
which is no tolerance at all if start = 0.

So the special feature here was that the intersection of the series 
started at zero. I had already tested and committed a fix.

window.default does use a tolerance for en, just as Baz suggests it 
should.  The code is there to be read ....  (That tolerance was inadequate 
if end = 0, but has been changed.)
On Wed, 21 Sep 2005, Barry Rowlingson wrote: