octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OctDev] Test failures due to tolerance in fftfilt.m


From: c.
Subject: Re: [OctDev] Test failures due to tolerance in fftfilt.m
Date: Wed, 10 Oct 2012 10:11:34 +0200

On 10 Oct 2012, at 09:16, Daniel J Sebald wrote:

>> I propose fixing this test by replacing the tolerance eps with something
>> like 2*eps*norm(z)

FYI this could be expressed as 

2 * eps (z)

from the help text for eps () :

"Given a single argument X, return the distance between X and the next largest 
value"

c.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]