#13894: Fix ArithmeticError: 0^0 in rings/finite_rings/integer_mod.pyx
------------------------------------+---------------------------------------
       Reporter:  mjo               |         Owner:  AlexGhitza     
           Type:  defect            |        Status:  needs_work     
       Priority:  major             |     Milestone:  sage-5.7       
      Component:  algebra           |    Resolution:                 
       Keywords:                    |   Work issues:  fix Integers(1)
Report Upstream:  N/A               |     Reviewers:                 
        Authors:  Michael Orlitzky  |     Merged in:                 
   Dependencies:                    |      Stopgaps:                 
------------------------------------+---------------------------------------
Changes (by jpflori):

  * status:  needs_review => needs_work
  * work_issues:  => fix Integers(1)


Comment:

 This will fail if the modulus is 1 as we are looking for a precomputed
 value at index 1 (python numbering) in a table of length modulus = 1...
 Ok, Integers(1) is not the more interesting ring, but...

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13894#comment:2>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to