#17671: Implement gcd for fraction fields
-------------------------------------+------------------------
       Reporter:  vdelecroix         |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.5
      Component:  basic arithmetic   |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Vincent Delecroix  |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+------------------------

Comment (by vdelecroix):

 I am annoyed with the current implementation... it is written in the
 generic `gcd` of `categories.fields` that
 {{{
 For fields of characteristic zero (i.e., containing the
 integers as a sub-ring), evaluation in the integer ring is
 attempted. This is for backwards compatibility.::
     sage: gcd(6.0,8); gcd(6.0,8).parent()
     2
     Integer Ring
 }}}
 This is completely crazy! And moreover different from what is in gcd!!

--
Ticket URL: <http://trac.sagemath.org/ticket/17671#comment:1>
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to