bugGNU Octave - Bugs: bug #51307, min/max ordering of complex...

 
 

bug #51307: min/max ordering of complex results with equal magnitude is not by phase order

Submitter:  John W. Eaton <jwe>
Submitted:  Sat 24 Jun 2017 11:36:14 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  None Assigned to:  None
Originator Name:  jwe Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 24 Jun 2017 11:36:14 PM UTC, original submission:  

This problem already has tests in max.cc


## FIXME: Ordering of complex results with equal magnitude is not by phase
##        angle in the 2-input form.  Instead, it is in the order in which it
##        appears in the argument list.
%!xtest
%! x = [1, 2, 3, 4];  y = fliplr (x);
%! assert (max (x, 2i), [2i 2i 3 4]);


I'll tag with a number after this report is submitted.

John W. Eaton <jwe>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Digest:
   bug dependencies.

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by jwe (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-03-27 mtmiller Dependencies- bugs #53452 is dependent
    2018-01-05 rik5 Summarymin/max ordering of complex results with equal magnitute is not by phase order min/max ordering of complex results with equal magnitude is not by phase order

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code