#3118: [with patches, needs review] update LCM (easy-to-fix buglet)
------------------------------+---------------------------------------------
Reporter: was | Owner: somebody
Type: defect | Status: new
Priority: major | Milestone: sage-3.2
Component: basic arithmetic | Resolution:
Keywords: |
------------------------------+---------------------------------------------
Changes (by zimmerma):
* summary: update LCM (easy-to-fix buglet) => [with patches, needs
review] update LCM (easy-to-fix buglet)
Comment:
Both attachments fix that problem. Btw, I wonder why integer=True is not
the default,
at least for integer inputs. I guess there are many calls to gcd with
integers in the
Sage library without Integer=True:
{{{
bash-3.00$ pwd
/usr/local/sage-3.1.4/sage/devel/sage/sage
bash-3.00$ find . -type f -name "*.py" -exec grep \-iw GCD {} \; | wc -l
297
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/3118#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---