#12462: max((5,6,NaN)) != max((NaN,5,6))
-------------------------+--------------------------------------------------
   Reporter:  schilly    |          Owner:  burcin  
       Type:  defect     |         Status:  new     
   Priority:  major      |      Milestone:  sage-5.0
  Component:  symbolics  |       Keywords:          
Work_issues:             |       Upstream:  N/A     
   Reviewer:             |         Author:          
     Merged:             |   Dependencies:          
-------------------------+--------------------------------------------------
 {{{
 sage: max((5,NaN))
 5
 sage: max((NaN,5))
 NaN
 }}}

 I think this is either a problem how NaN is defined in the symbolics
 framework, or how python's max works. Also, same holds true for {{{min}}}
 and probably similar operators …

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12462>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to