What does _lcm have to do with valuation in the snippet below? This is version
1.8 upgraded from 1.7.1. The actual function call seems to do what I want it
to
do, but the help seems a bit off.
Also
sage: (3).valuation(1)
seems to go into an endless loop, but I think I can patch that easily enough by
myself.
--
Joel
sage: n=1
sage: n.valuation??
Type: builtin_function_or_method
Base Class: <type 'builtin_function_or_method'>
String Form: <built-in method valuation of sage.rings.integer.Integer object
at 0xb19cf9bc>
Namespace: Interactive
Source:
def _lcm(self, Integer n):
"""
Returns the least common multiple of self and $n$.
EXAMPLES:
.....
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---