octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #33863] Two test fails in quadl.m (dev. source


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #33863] Two test fails in quadl.m (dev. source MinGW)
Date: Fri, 26 Aug 2011 02:39:25 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1

Follow-up Comment #8, bug #33863 (project octave):

Follow-up Comment #7: (Rik)

The error with quadl and large tolerances has been fixed in this changeset
(http://hg.savannah.gnu.org/hgweb/octave/rev/85dac13a911b).  If you can verify
this then we can close the bug report.

The changeset solved the first error.

The second error is not related the above changeset. 


octave:2> test quadl
  ***** assert (quadl (@(x) sin (3*x).*cosh (x).*sinh (x),10,15),
         2.588424538641647e+10, -9e-15)
!!!!! test failed
assert (quadl (@(x) sin (3 * x) .* cosh (x) .* sinh (x), 10,
15),2.588424538641647e+10,-9e-15) expected
 25884245386.4165
but got
 25884245386.4162
maximum relative error 1.04636e-014 exceeds tolerance 9e-015
octave:3> quad (@(x) sin (3*x).*cosh (x).*sinh (x),10,15)
ans =  25884245386.4172


As Marco pointed out, the change

-%!         2.588424538641647e+10, -9e-15)
+%!         2.588424538641642e+10, -9e-15)

should be attached.

Regards

Tatsuro

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33863>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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