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

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

[Octave-bug-tracker] [bug #49091] MXE Octave 4.20-rc1: test mappers.cc-t


From: Rik
Subject: [Octave-bug-tracker] [bug #49091] MXE Octave 4.20-rc1: test mappers.cc-tst fails
Date: Thu, 15 Sep 2016 16:06:22 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #4, bug #49091 (project octave):

The results I am seeing in fntests.log are


***** test
 re = 2.99822295029797;
 im = pi/2;
 assert (acosh (-10i), re - i*im);
!!!!! test failed
ASSERT errors for:  assert (acosh (-10i),re - i * im)

  Location  |  Observed  |  Expected  |  Reason
     ()      2.9982-1.5708i 2.9982-1.5708i   Abs err 6.2172e-015 exceeds tol
0
shared variables 
  scalar structure containing the fields:

    rt2 =  1.4142
    rt3 =  1.7321
***** test
 re = single (2.99822295029797);
 im = single (pi/2);
 assert (acosh (single (10i)), re + i*im, 5*eps ("single"));
 assert (acosh (single (-10i)), re - i*im, 5*eps ("single"));
!!!!! test failed
ASSERT errors for:  assert (acosh (single (-10i)),re - i * im,5 * eps
("single"))

  Location  |  Observed  |  Expected  |  Reason
     ()      2.9982-1.5708i 2.9982-1.5708i   Abs err 7.1526e-006 exceeds tol
5.9605e-007
shared variables 
  scalar structure containing the fields:

    rt2 =  1.4142
    rt3 =  1.7321


When using doubles, it is failing by 31 eps.  When using floats it is failing
by60 eps ("single").  Those are pretty big tolerances.  Do we want to add
those in or disable the library on Windows?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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