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

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

[Octave-bug-tracker] [bug #38935] abs function modifies int64 argument v


From: Jeffrey Cunningham
Subject: [Octave-bug-tracker] [bug #38935] abs function modifies int64 argument vector
Date: Wed, 08 May 2013 13:56:42 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.22 (KHTML, like Gecko) Ubuntu Chromium/25.0.1364.160 Chrome/25.0.1364.160 Safari/537.22

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

3.2.4 is the latest version of Octave available on Ubuntu 12.10 without
compiling from source. If I do the following:


x=int64([-1,-2,-3]);
y=abs(x);
x


I see:

x = 1 2 3





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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