This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Last IRIX "make check" problem.


Only one test issue remains in our IRIX GSL 0.9.2 build:  The sys directory
testing failed with the following:

...
FAIL: gsl_isinf(inf) (0 observed vs 1 expected)
FAIL: gsl_isinf(-inf) (0 observed vs -1 expected)
...
FAIL: gsl_isnan(nan) (0 observed vs 1 expected)
...
FAIL: gsl_finite(inf) (1 observed vs 0 expected)
FAIL: gsl_finite(nan) (1 observed vs 0 expected)
...

It appears that the following lines in sys/infnan.c

  int status = (x != x);
  double y = x - x;

are not serving their intended purposes?


    Lowell Johnson
-- 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]