Révision 173
pobysoPythonSage/src/sageSLZ/sageRationalOperations.sage (revision 173) | ||
---|---|---|
25 | 25 |
return [] |
26 | 26 |
if listLength == 1: |
27 | 27 |
try: |
28 |
return([QQ(rationalList[0]).denominator()])
|
|
28 |
return [QQ(rationalList[0]).denominator()]
|
|
29 | 29 |
except Exception: |
30 | 30 |
print "denominators:", rationalList[0], \ |
31 | 31 |
"has no \"denominator()\" member." |
Formats disponibles : Unified diff