help-octave
[Top][All Lists]
Advanced

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

isa() seems to return the wrong value


From: Andy Buckle
Subject: isa() seems to return the wrong value
Date: Fri, 22 Sep 2017 13:33:29 +0100

octave:1> a=2
a =  2
octave:2> isa a numeric
ans = 0
octave:3> whos
Variables in the current scope:

   Attr Name        Size                     Bytes  Class
   ==== ====        ====                     =====  =====
        a           1x1                          8  double
        ans         1x1                          1  logical

Total is 2 elements using 9 bytes


If I have understood help isa correctly, isa should have returned nonzero.

I tried to make a bug report on savannah, but I forgot by username, and I cant make a new account because it knows my email. Sorry, I am dumb.

--
/* andy buckle */

reply via email to

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