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

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

[Octave-bug-tracker] [bug #44201] "whos" and gui display non-integer siz


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #44201] "whos" and gui display non-integer sizes inf/nan poorly
Date: Sat, 07 Feb 2015 17:24:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #2, bug #44201 (project octave):

I haven't done so, but I think you'd just export the two patches at once. 
That way when they find their way into the source tree it appears as one patch
after another.  But individually is fine too as a developer can easily apply
the changeset like a normal patch and then copy the comment used for commit.

Octave displays Inf and NaN:


>> x = 1/0
warning: division by zero
x = Inf
>> x = 0 * Inf
x = NaN
>>


so go with that.

In the first example, sizes shouldn't be negative, so those should be
displayed as unsigned numbers, not signed.  (Or does the numel() routine
returned signed?)

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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