Ticket #3359: trac_3359-2.patch
| File trac_3359-2.patch, 0.7 kB (added by mhansen, 4 months ago) |
|---|
-
a/sage/rings/polynomial/multi_polynomial_libsingular.pyx
old new 34 34 True 35 35 sage: loads(dumps(x)) == x 36 36 True 37 38 sage: Rt.<t> = PolynomialRing(QQ,1) 39 sage: p = 1+t 40 sage: R.<u,v> = PolynomialRing(QQ, 2) 41 sage: p(u/v) 42 (u + v)/v 43 37 44 """ 38 45 39 46 include "sage/ext/stdsage.pxi"