On Nov 20, 12:02 am, mabshoff <[EMAIL PROTECTED]
dortmund.de> wrote:
> On Nov 19, 11:48 pm, Nick Alexander <[EMAIL PROTECTED]> wrote:
>
> > > * 391 - unless Nick replies to William's comment
>
> > At some point I will resubmit -- I'm just too busy right now. I
> > don't know what invalidate means but I'd appreciate it if the ticket
> > (and the patch!) stayed in TRAC.
>
> No problem. I added your comment to the ticket in trac so that nobody
> accidentally closes it.
>
> > Nick
>
> There is more trouble with flint-0.9. It fails to build on OSX 10.5. I
> am looking into this later, but I might need to catch some sleep
> first.
I fixed the doctest:
diff -r 4cc57dcfd20b sage/libs/flint/fmpz_poly.pyx
--- a/sage/libs/flint/fmpz_poly.pyx Mon Nov 19 14:35:11 2007 -0800
+++ b/sage/libs/flint/fmpz_poly.pyx Mon Nov 19 15:48:05 2007 -0800
@@ -268,7 +268,7 @@ cdef class Fmpz_poly(SageObject):
sage: f = Fmpz_poly([3,4,5])
sage: g = f^5; g
11 243 1620 6345 16560 32190 47224 53650 46000 29375
12500 3125
- sage: g / f
+ sage: g // f
9 81 432 1404 2928 4486 4880 3900 2000 625
sage: f^4
9 81 432 1404 2928 4486 4880 3900 2000 625
So, any idea why we need "//" in this case?
>
> Cheers,
>
> Michael
Cheers,
Michael
--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---