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

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

[Octave-bug-tracker] [bug #30893] possible bug : max does not retain the


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #30893] possible bug : max does not retain the boolean type
Date: Fri, 27 Aug 2010 21:41:38 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.11) Gecko/20100720 Iceweasel/3.5.11 (like Firefox/3.5.11)

Update of bug #30893 (project octave):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This problem appears to be fixed in the current development sources, where I
see:

octave:1> max ([true, false])
ans =  1
octave:2> class (max ([true, false]))
ans = logical


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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