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

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

[Octave-bug-tracker] [bug #38291] Failing test in scripts/plot/stemleaf.


From: Michael Godfrey
Subject: [Octave-bug-tracker] [bug #38291] Failing test in scripts/plot/stemleaf.m
Date: Sat, 09 Feb 2013 17:06:19 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0

Follow-up Comment #3, bug #38291 (project octave):

Right. I got it backwards. stemleaf is dropping the
0 value in the x vector.  There are several possibilities:

What do you get for x after:
x = [22 12 28 52  39 2 12 0 11 11 42 38 44 18 44];
x = -x;

If this produces all negative values (including -0)
then I think the problem may be in signbit() for 32bit
systems.

So, tell me what you get for x as above.

Thanks


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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